Struct vulkanalia_sys::SparseImageMemoryBind
source · [−]#[repr(C)]pub struct SparseImageMemoryBind {
pub subresource: ImageSubresource,
pub offset: Offset3D,
pub extent: Extent3D,
pub memory: DeviceMemory,
pub memory_offset: DeviceSize,
pub flags: SparseMemoryBindFlags,
}Expand description
Fields
subresource: ImageSubresourceoffset: Offset3Dextent: Extent3Dmemory: 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 SparseImageMemoryBind
impl Send for SparseImageMemoryBind
impl Sync for SparseImageMemoryBind
impl Unpin for SparseImageMemoryBind
impl UnwindSafe for SparseImageMemoryBind
Blanket Implementations
Mutably borrows from an owned value. Read more