#[repr(C)]pub struct DeviceGroupDeviceCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub physical_device_count: u32,
pub p_physical_devices: *const PhysicalDevice,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidphysical_device_count: u32p_physical_devices: *const PhysicalDeviceImplementations
sourceimpl DeviceGroupDeviceCreateInfo
impl DeviceGroupDeviceCreateInfo
pub fn builder<'a>() -> DeviceGroupDeviceCreateInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for DeviceGroupDeviceCreateInfo
impl Clone for DeviceGroupDeviceCreateInfo
sourcefn clone(&self) -> DeviceGroupDeviceCreateInfo
fn clone(&self) -> DeviceGroupDeviceCreateInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DeviceGroupDeviceCreateInfo
impl Debug for DeviceGroupDeviceCreateInfo
sourceimpl Default for DeviceGroupDeviceCreateInfo
impl Default for DeviceGroupDeviceCreateInfo
sourcefn default() -> DeviceGroupDeviceCreateInfo
fn default() -> DeviceGroupDeviceCreateInfo
Returns the “default value” for a type. Read more
impl Copy for DeviceGroupDeviceCreateInfo
impl ExtendsDeviceCreateInfo for DeviceGroupDeviceCreateInfo
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more