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: StructureTypep_next: *const c_voidresource_device_index: u32memory_device_index: u32Implementations
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