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