#[repr(C)]pub struct PhysicalDeviceSparseImageFormatInfo2 {
pub s_type: StructureType,
pub p_next: *const c_void,
pub format: Format,
pub ty: ImageType,
pub samples: SampleCountFlags,
pub usage: ImageUsageFlags,
pub tiling: ImageTiling,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidformat: Formatty: ImageTypesamples: SampleCountFlagsusage: ImageUsageFlagstiling: ImageTilingImplementations
sourceimpl PhysicalDeviceSparseImageFormatInfo2
impl PhysicalDeviceSparseImageFormatInfo2
pub fn builder<'a>() -> PhysicalDeviceSparseImageFormatInfo2Builder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceSparseImageFormatInfo2
impl Clone for PhysicalDeviceSparseImageFormatInfo2
sourcefn clone(&self) -> PhysicalDeviceSparseImageFormatInfo2
fn clone(&self) -> PhysicalDeviceSparseImageFormatInfo2
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceSparseImageFormatInfo2
impl Default for PhysicalDeviceSparseImageFormatInfo2
sourcefn default() -> PhysicalDeviceSparseImageFormatInfo2
fn default() -> PhysicalDeviceSparseImageFormatInfo2
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceSparseImageFormatInfo2
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceSparseImageFormatInfo2
impl !Send for PhysicalDeviceSparseImageFormatInfo2
impl !Sync for PhysicalDeviceSparseImageFormatInfo2
impl Unpin for PhysicalDeviceSparseImageFormatInfo2
impl UnwindSafe for PhysicalDeviceSparseImageFormatInfo2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more