pub struct ImageType {
pub type_id: u32,
pub dim: Dim,
pub depth: bool,
pub arrayed: bool,
pub ms: bool,
pub sampled: u32,
pub format: ImageFormat,
}Fields§
§type_id: u32§dim: Dim§depth: bool§arrayed: bool§ms: bool§sampled: u32§format: ImageFormatTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImageType
impl RefUnwindSafe for ImageType
impl Send for ImageType
impl Sync for ImageType
impl Unpin for ImageType
impl UnwindSafe for ImageType
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