#[repr(C)]pub struct SparseImageFormatProperties {
pub aspectMask: ImageAspectFlags,
pub imageGranularity: Extent3D,
pub flags: SparseImageFormatFlags,
}Fields§
§aspectMask: ImageAspectFlags§imageGranularity: Extent3D§flags: SparseImageFormatFlagsTrait Implementations§
Source§impl Clone for SparseImageFormatProperties
impl Clone for SparseImageFormatProperties
Source§fn clone(&self) -> SparseImageFormatProperties
fn clone(&self) -> SparseImageFormatProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SparseImageFormatProperties
Auto 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