Struct ash::vk::PhysicalDeviceMaintenance3Properties
source · #[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: DeviceSize,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§max_per_set_descriptors: u32
§max_memory_allocation_size: DeviceSize
Implementations§
source§impl PhysicalDeviceMaintenance3Properties
impl PhysicalDeviceMaintenance3Properties
pub fn builder<'a>() -> PhysicalDeviceMaintenance3PropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceMaintenance3Properties
impl Clone for PhysicalDeviceMaintenance3Properties
source§fn clone(&self) -> PhysicalDeviceMaintenance3Properties
fn clone(&self) -> PhysicalDeviceMaintenance3Properties
Returns a copy 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 moresource§impl TaggedStructure for PhysicalDeviceMaintenance3Properties
impl TaggedStructure for PhysicalDeviceMaintenance3Properties
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES
impl Copy for PhysicalDeviceMaintenance3Properties
impl ExtendsPhysicalDeviceProperties2 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