#[repr(C)]pub struct VkSparseImageFormatProperties {
pub aspectMask: VkImageAspectFlags,
pub imageGranularity: VkExtent3D,
pub flags: VkSparseImageFormatFlags,
}
Fields§
§aspectMask: VkImageAspectFlags
§imageGranularity: VkExtent3D
§flags: VkSparseImageFormatFlags
Trait Implementations§
Source§impl Clone for VkSparseImageFormatProperties
impl Clone for VkSparseImageFormatProperties
Source§fn clone(&self) -> VkSparseImageFormatProperties
fn clone(&self) -> VkSparseImageFormatProperties
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 VkSparseImageFormatProperties
Auto Trait Implementations§
impl Freeze for VkSparseImageFormatProperties
impl RefUnwindSafe for VkSparseImageFormatProperties
impl Send for VkSparseImageFormatProperties
impl Sync for VkSparseImageFormatProperties
impl Unpin for VkSparseImageFormatProperties
impl UnwindSafe for VkSparseImageFormatProperties
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