Struct vulkanalia_sys::DeviceGroupBindSparseInfo
source · [−]#[repr(C)]pub struct DeviceGroupBindSparseInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub resource_device_index: u32,
pub memory_device_index: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidresource_device_index: u32memory_device_index: u32Trait Implementations
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 DeviceGroupBindSparseInfo
impl !Send for DeviceGroupBindSparseInfo
impl !Sync for DeviceGroupBindSparseInfo
impl Unpin for DeviceGroupBindSparseInfo
impl UnwindSafe for DeviceGroupBindSparseInfo
Blanket Implementations
Mutably borrows from an owned value. Read more