Struct ash::vk::SparseMemoryBind [−][src]
#[repr(C)]pub struct SparseMemoryBind { pub resource_offset: DeviceSize, pub size: DeviceSize, pub memory: DeviceMemory, pub memory_offset: DeviceSize, pub flags: SparseMemoryBindFlags, }
Expand description
Fields
resource_offset: DeviceSize
size: DeviceSize
memory: DeviceMemory
memory_offset: DeviceSize
flags: SparseMemoryBindFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SparseMemoryBind
impl Send for SparseMemoryBind
impl Sync for SparseMemoryBind
impl Unpin for SparseMemoryBind
impl UnwindSafe for SparseMemoryBind
Blanket Implementations
Mutably borrows from an owned value. Read more