#[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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkSparseImageFormatProperties
impl Default for VkSparseImageFormatProperties
Source§fn default() -> VkSparseImageFormatProperties
fn default() -> VkSparseImageFormatProperties
Returns the “default value” for a type. Read more
impl 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