#[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_: u32
§pixel_format: u32
§width: u32
§height: u32
§depth: u32
§mip_levels: u32
§layers: u32
§size: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImageT
impl RefUnwindSafe for ImageT
impl Send for ImageT
impl Sync for ImageT
impl Unpin for ImageT
impl UnwindSafe for ImageT
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