Struct ash::vk::DeviceGroupBindSparseInfo [−][src]
#[repr(C)]pub struct DeviceGroupBindSparseInfo { pub s_type: StructureType, pub p_next: *const c_void, pub resource_device_index: u32, pub memory_device_index: u32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
resource_device_index: u32
memory_device_index: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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