#[repr(C)]pub struct PhysicalDeviceSparseImageFormatInfo2 {
pub s_type: StructureType,
pub next: *const c_void,
pub format: Format,
pub type_: ImageType,
pub samples: SampleCountFlags,
pub usage: ImageUsageFlags,
pub tiling: ImageTiling,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§format: Format§type_: ImageType§samples: SampleCountFlags§usage: ImageUsageFlags§tiling: ImageTilingTrait Implementations§
Source§impl Clone for PhysicalDeviceSparseImageFormatInfo2
impl Clone for PhysicalDeviceSparseImageFormatInfo2
Source§fn clone(&self) -> PhysicalDeviceSparseImageFormatInfo2
fn clone(&self) -> PhysicalDeviceSparseImageFormatInfo2
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 moreSource§impl PartialEq for PhysicalDeviceSparseImageFormatInfo2
impl PartialEq for PhysicalDeviceSparseImageFormatInfo2
Source§fn eq(&self, other: &PhysicalDeviceSparseImageFormatInfo2) -> bool
fn eq(&self, other: &PhysicalDeviceSparseImageFormatInfo2) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceSparseImageFormatInfo2
impl Eq for PhysicalDeviceSparseImageFormatInfo2
impl Send for PhysicalDeviceSparseImageFormatInfo2
impl StructuralPartialEq for PhysicalDeviceSparseImageFormatInfo2
impl Sync for PhysicalDeviceSparseImageFormatInfo2
Auto Trait Implementations§
impl Freeze for PhysicalDeviceSparseImageFormatInfo2
impl RefUnwindSafe for PhysicalDeviceSparseImageFormatInfo2
impl Unpin for PhysicalDeviceSparseImageFormatInfo2
impl UnwindSafe for PhysicalDeviceSparseImageFormatInfo2
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