#[repr(C)]pub struct PhysicalDeviceGroupProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub physical_device_count: u32,
pub physical_devices: [PhysicalDevice; 32],
pub subset_allocation: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§physical_device_count: u32
§physical_devices: [PhysicalDevice; 32]
§subset_allocation: Bool32
Implementations§
Source§impl PhysicalDeviceGroupProperties
impl PhysicalDeviceGroupProperties
pub fn builder<'a>() -> PhysicalDeviceGroupPropertiesBuilder<'a>
Trait Implementations§
Source§impl Clone for PhysicalDeviceGroupProperties
impl Clone for PhysicalDeviceGroupProperties
Source§fn clone(&self) -> PhysicalDeviceGroupProperties
fn clone(&self) -> PhysicalDeviceGroupProperties
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 PhysicalDeviceGroupProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceGroupProperties
impl RefUnwindSafe for PhysicalDeviceGroupProperties
impl !Send for PhysicalDeviceGroupProperties
impl !Sync for PhysicalDeviceGroupProperties
impl Unpin for PhysicalDeviceGroupProperties
impl UnwindSafe for PhysicalDeviceGroupProperties
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)