#[repr(C)]pub struct PhysicalDeviceMaintenance4Properties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_buffer_size: u64,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidmax_buffer_size: u64Implementations
sourceimpl PhysicalDeviceMaintenance4Properties
impl PhysicalDeviceMaintenance4Properties
pub fn builder<'a>() -> PhysicalDeviceMaintenance4PropertiesBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceMaintenance4Properties
impl Clone for PhysicalDeviceMaintenance4Properties
sourcefn clone(&self) -> PhysicalDeviceMaintenance4Properties
fn clone(&self) -> PhysicalDeviceMaintenance4Properties
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 Default for PhysicalDeviceMaintenance4Properties
impl Default for PhysicalDeviceMaintenance4Properties
sourcefn default() -> PhysicalDeviceMaintenance4Properties
fn default() -> PhysicalDeviceMaintenance4Properties
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceMaintenance4Properties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMaintenance4Properties
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceMaintenance4Properties
impl !Send for PhysicalDeviceMaintenance4Properties
impl !Sync for PhysicalDeviceMaintenance4Properties
impl Unpin for PhysicalDeviceMaintenance4Properties
impl UnwindSafe for PhysicalDeviceMaintenance4Properties
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