Struct ash::vk::DecompressMemoryRegionNV
source · #[repr(C)]pub struct DecompressMemoryRegionNV {
pub src_address: DeviceAddress,
pub dst_address: DeviceAddress,
pub compressed_size: DeviceSize,
pub decompressed_size: DeviceSize,
pub decompression_method: MemoryDecompressionMethodFlagsNV,
}
Expand description
Fields§
§src_address: DeviceAddress
§dst_address: DeviceAddress
§compressed_size: DeviceSize
§decompressed_size: DeviceSize
§decompression_method: MemoryDecompressionMethodFlagsNV
Implementations§
source§impl DecompressMemoryRegionNV
impl DecompressMemoryRegionNV
pub fn src_address(self, src_address: DeviceAddress) -> Self
pub fn dst_address(self, dst_address: DeviceAddress) -> Self
pub fn compressed_size(self, compressed_size: DeviceSize) -> Self
pub fn decompressed_size(self, decompressed_size: DeviceSize) -> Self
pub fn decompression_method( self, decompression_method: MemoryDecompressionMethodFlagsNV, ) -> Self
Trait Implementations§
source§impl Clone for DecompressMemoryRegionNV
impl Clone for DecompressMemoryRegionNV
source§fn clone(&self) -> DecompressMemoryRegionNV
fn clone(&self) -> DecompressMemoryRegionNV
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 Debug for DecompressMemoryRegionNV
impl Debug for DecompressMemoryRegionNV
source§impl Default for DecompressMemoryRegionNV
impl Default for DecompressMemoryRegionNV
source§fn default() -> DecompressMemoryRegionNV
fn default() -> DecompressMemoryRegionNV
Returns the “default value” for a type. Read more
impl Copy for DecompressMemoryRegionNV
Auto Trait Implementations§
impl Freeze for DecompressMemoryRegionNV
impl RefUnwindSafe for DecompressMemoryRegionNV
impl Send for DecompressMemoryRegionNV
impl Sync for DecompressMemoryRegionNV
impl Unpin for DecompressMemoryRegionNV
impl UnwindSafe for DecompressMemoryRegionNV
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