#[repr(C)]pub struct DeviceGroupDeviceCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub physical_device_count: u32,
pub physical_devices: *const PhysicalDevice,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidphysical_device_count: u32physical_devices: *const PhysicalDeviceTrait 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 DeviceGroupDeviceCreateInfo
impl !Send for DeviceGroupDeviceCreateInfo
impl !Sync for DeviceGroupDeviceCreateInfo
impl Unpin for DeviceGroupDeviceCreateInfo
impl UnwindSafe for DeviceGroupDeviceCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more