#[repr(C)]pub struct PhysicalDeviceSparseImageFormatInfo2 {
pub sType: StructureType,
pub pNext: *const c_void,
pub format: Format,
pub typ: ImageType,
pub samples: SampleCountFlagBits,
pub usage: ImageUsageFlags,
pub tiling: ImageTiling,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§format: Format
§typ: ImageType
§samples: SampleCountFlagBits
§usage: ImageUsageFlags
§tiling: ImageTiling
Trait Implementations§
Source§impl Clone for PhysicalDeviceSparseImageFormatInfo2
impl Clone for PhysicalDeviceSparseImageFormatInfo2
Source§fn clone(&self) -> PhysicalDeviceSparseImageFormatInfo2
fn clone(&self) -> PhysicalDeviceSparseImageFormatInfo2
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 moreimpl Copy for PhysicalDeviceSparseImageFormatInfo2
Auto Trait Implementations§
impl Freeze for PhysicalDeviceSparseImageFormatInfo2
impl RefUnwindSafe for PhysicalDeviceSparseImageFormatInfo2
impl !Send for PhysicalDeviceSparseImageFormatInfo2
impl !Sync 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