Struct machinery_api::foundation::ImageT [−][src]
#[repr(C)]pub struct ImageT { pub type_: u32, pub pixel_format: u32, pub width: u32, pub height: u32, pub depth: u32, pub mip_levels: u32, pub layers: u32, pub size: u32, }
Fields
type_: u32pixel_format: u32width: u32height: u32depth: u32mip_levels: u32layers: u32size: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageT
impl UnwindSafe for ImageT
Blanket Implementations
Mutably borrows from an owned value. Read more