#[repr(C)]pub struct PhysicalDeviceMaintenance3Properties {
pub s_type: StructureType,
pub next: *mut c_void,
pub max_per_set_descriptors: u32,
pub max_memory_allocation_size: DeviceSize,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidmax_per_set_descriptors: u32max_memory_allocation_size: DeviceSizeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for PhysicalDeviceMaintenance3Properties
impl !Sync for PhysicalDeviceMaintenance3Properties
Blanket Implementations
Mutably borrows from an owned value. Read more