#[repr(C)]pub struct DeviceGroupDeviceCreateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub physicalDeviceCount: u32,
pub pPhysicalDevices: *const PhysicalDevice,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§physicalDeviceCount: u32
§pPhysicalDevices: *const PhysicalDevice
Trait Implementations§
Source§impl Clone for DeviceGroupDeviceCreateInfo
impl Clone for DeviceGroupDeviceCreateInfo
Source§fn clone(&self) -> DeviceGroupDeviceCreateInfo
fn clone(&self) -> DeviceGroupDeviceCreateInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DeviceGroupDeviceCreateInfo
Auto Trait Implementations§
impl Freeze for DeviceGroupDeviceCreateInfo
impl RefUnwindSafe for DeviceGroupDeviceCreateInfo
impl !Send for DeviceGroupDeviceCreateInfo
impl !Sync for DeviceGroupDeviceCreateInfo
impl Unpin for DeviceGroupDeviceCreateInfo
impl UnwindSafe for DeviceGroupDeviceCreateInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more