#[repr(C)]pub struct FormatPrefs {
pub pixelLayout: PixelLayout,
pub alphaFormat: AlphaFormat,
pub mipMapped: MipFlag,
pub pad0C: u32,
}
Fields§
§pixelLayout: PixelLayout
§alphaFormat: AlphaFormat
§mipMapped: MipFlag
§pad0C: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FormatPrefs
impl RefUnwindSafe for FormatPrefs
impl Send for FormatPrefs
impl Sync for FormatPrefs
impl Unpin for FormatPrefs
impl UnwindSafe for FormatPrefs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more