#[repr(C)]pub struct PhysicalDeviceMemoryDecompressionPropertiesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub decompression_methods: MemoryDecompressionMethodFlagsNV,
pub max_decompression_indirect_count: u64,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§decompression_methods: MemoryDecompressionMethodFlagsNV
§max_decompression_indirect_count: u64
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceMemoryDecompressionPropertiesNV
impl Clone for PhysicalDeviceMemoryDecompressionPropertiesNV
source§fn clone(&self) -> PhysicalDeviceMemoryDecompressionPropertiesNV
fn clone(&self) -> PhysicalDeviceMemoryDecompressionPropertiesNV
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 PhysicalDeviceMemoryDecompressionPropertiesNV
impl TaggedStructure for PhysicalDeviceMemoryDecompressionPropertiesNV
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_PROPERTIES_NV
impl Copy for PhysicalDeviceMemoryDecompressionPropertiesNV
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMemoryDecompressionPropertiesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMemoryDecompressionPropertiesNV
impl RefUnwindSafe for PhysicalDeviceMemoryDecompressionPropertiesNV
impl !Send for PhysicalDeviceMemoryDecompressionPropertiesNV
impl !Sync for PhysicalDeviceMemoryDecompressionPropertiesNV
impl Unpin for PhysicalDeviceMemoryDecompressionPropertiesNV
impl UnwindSafe for PhysicalDeviceMemoryDecompressionPropertiesNV
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