Struct ash::vk::PhysicalDeviceMaintenance3Properties
source · #[repr(C)]pub struct PhysicalDeviceMaintenance3Properties<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_per_set_descriptors: u32,
pub max_memory_allocation_size: DeviceSize,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§max_per_set_descriptors: u32
§max_memory_allocation_size: DeviceSize
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceMaintenance3Properties<'a>
impl<'a> PhysicalDeviceMaintenance3Properties<'a>
pub fn max_per_set_descriptors(self, max_per_set_descriptors: u32) -> Self
pub fn max_memory_allocation_size( self, max_memory_allocation_size: DeviceSize, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceMaintenance3Properties<'a>
impl<'a> Clone for PhysicalDeviceMaintenance3Properties<'a>
source§fn clone(&self) -> PhysicalDeviceMaintenance3Properties<'a>
fn clone(&self) -> PhysicalDeviceMaintenance3Properties<'a>
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<'a> Debug for PhysicalDeviceMaintenance3Properties<'a>
impl<'a> Debug for PhysicalDeviceMaintenance3Properties<'a>
source§impl Default for PhysicalDeviceMaintenance3Properties<'_>
impl Default for PhysicalDeviceMaintenance3Properties<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceMaintenance3Properties<'a>
impl<'a> TaggedStructure for PhysicalDeviceMaintenance3Properties<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES
impl<'a> Copy for PhysicalDeviceMaintenance3Properties<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMaintenance3Properties<'_>
impl Send for PhysicalDeviceMaintenance3Properties<'_>
impl Sync for PhysicalDeviceMaintenance3Properties<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceMaintenance3Properties<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceMaintenance3Properties<'a>
impl<'a> Unpin for PhysicalDeviceMaintenance3Properties<'a>
impl<'a> UnwindSafe for PhysicalDeviceMaintenance3Properties<'a>
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