#[repr(C)]pub struct SparseImageFormatProperties {
pub aspectMask: ImageAspectFlags,
pub imageGranularity: Extent3D,
pub flags: SparseImageFormatFlags,
}Fields§
§aspectMask: ImageAspectFlags§imageGranularity: Extent3D§flags: SparseImageFormatFlagsAuto Trait Implementations§
impl Freeze for SparseImageFormatProperties
impl RefUnwindSafe for SparseImageFormatProperties
impl Send for SparseImageFormatProperties
impl Sync for SparseImageFormatProperties
impl Unpin for SparseImageFormatProperties
impl UnwindSafe for SparseImageFormatProperties
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