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: DeviceSizesize: DeviceSizememory: DeviceMemorymemory_offset: DeviceSizeflags: SparseMemoryBindFlagsImplementations
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