Struct ash::vk::SparseImageFormatProperties
source · #[repr(C)]pub struct SparseImageFormatProperties {
pub aspect_mask: ImageAspectFlags,
pub image_granularity: Extent3D,
pub flags: SparseImageFormatFlags,
}
Expand description
Fields§
§aspect_mask: ImageAspectFlags
§image_granularity: Extent3D
§flags: SparseImageFormatFlags
Implementations§
source§impl SparseImageFormatProperties
impl SparseImageFormatProperties
pub fn builder<'a>() -> SparseImageFormatPropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for SparseImageFormatProperties
impl Clone for SparseImageFormatProperties
source§fn clone(&self) -> SparseImageFormatProperties
fn clone(&self) -> SparseImageFormatProperties
Returns a copy 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 moresource§impl Debug for SparseImageFormatProperties
impl Debug for SparseImageFormatProperties
source§impl Default for SparseImageFormatProperties
impl Default for SparseImageFormatProperties
source§fn default() -> SparseImageFormatProperties
fn default() -> SparseImageFormatProperties
Returns the “default value” for a type. Read more
impl 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