#[repr(C)]pub struct PhysicalDeviceMaintenance3Properties {
pub sType: StructureType,
pub pNext: *mut c_void,
pub maxPerSetDescriptors: u32,
pub maxMemoryAllocationSize: DeviceSize,
}Fields§
§sType: StructureType§pNext: *mut c_void§maxPerSetDescriptors: u32§maxMemoryAllocationSize: DeviceSizeTrait Implementations§
Source§impl Clone for PhysicalDeviceMaintenance3Properties
impl Clone for PhysicalDeviceMaintenance3Properties
Source§fn clone(&self) -> PhysicalDeviceMaintenance3Properties
fn clone(&self) -> PhysicalDeviceMaintenance3Properties
Returns a duplicate 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 PhysicalDeviceMaintenance3Properties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMaintenance3Properties
impl RefUnwindSafe for PhysicalDeviceMaintenance3Properties
impl !Send for PhysicalDeviceMaintenance3Properties
impl !Sync for PhysicalDeviceMaintenance3Properties
impl Unpin for PhysicalDeviceMaintenance3Properties
impl UnwindSafe for PhysicalDeviceMaintenance3Properties
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