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