#[repr(C)]pub struct BindImageMemoryDeviceGroupInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub device_index_count: u32,
pub device_indices: *const u32,
pub split_instance_bind_region_count: u32,
pub split_instance_bind_regions: *const Rect2D,
}Expand description
Fields
s_type: StructureTypenext: *const c_voiddevice_index_count: u32device_indices: *const u32split_instance_bind_region_count: u32split_instance_bind_regions: *const Rect2DTrait 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 !Send for BindImageMemoryDeviceGroupInfo
impl !Sync for BindImageMemoryDeviceGroupInfo
impl Unpin for BindImageMemoryDeviceGroupInfo
impl UnwindSafe for BindImageMemoryDeviceGroupInfo
Blanket Implementations
Mutably borrows from an owned value. Read more