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