#[repr(C)]pub struct PhysicalDeviceMemoryDecompressionFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub memory_decompression: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§memory_decompression: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceMemoryDecompressionFeaturesNV
impl Clone for PhysicalDeviceMemoryDecompressionFeaturesNV
source§fn clone(&self) -> PhysicalDeviceMemoryDecompressionFeaturesNV
fn clone(&self) -> PhysicalDeviceMemoryDecompressionFeaturesNV
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 moresource§impl TaggedStructure for PhysicalDeviceMemoryDecompressionFeaturesNV
impl TaggedStructure for PhysicalDeviceMemoryDecompressionFeaturesNV
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_FEATURES_NV
impl Copy for PhysicalDeviceMemoryDecompressionFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceMemoryDecompressionFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMemoryDecompressionFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMemoryDecompressionFeaturesNV
impl RefUnwindSafe for PhysicalDeviceMemoryDecompressionFeaturesNV
impl !Send for PhysicalDeviceMemoryDecompressionFeaturesNV
impl !Sync for PhysicalDeviceMemoryDecompressionFeaturesNV
impl Unpin for PhysicalDeviceMemoryDecompressionFeaturesNV
impl UnwindSafe for PhysicalDeviceMemoryDecompressionFeaturesNV
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