Struct vulkanalia_sys::SparseMemoryBind
source · [−]#[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: SparseMemoryBindFlagsTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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