Struct ash::vk::PhysicalDeviceMaintenance4Properties
source · #[repr(C)]pub struct PhysicalDeviceMaintenance4Properties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_buffer_size: DeviceSize,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§max_buffer_size: DeviceSize
Implementations§
source§impl PhysicalDeviceMaintenance4Properties
impl PhysicalDeviceMaintenance4Properties
pub fn builder<'a>() -> PhysicalDeviceMaintenance4PropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceMaintenance4Properties
impl Clone for PhysicalDeviceMaintenance4Properties
source§fn clone(&self) -> PhysicalDeviceMaintenance4Properties
fn clone(&self) -> PhysicalDeviceMaintenance4Properties
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 PhysicalDeviceMaintenance4Properties
impl TaggedStructure for PhysicalDeviceMaintenance4Properties
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES
impl Copy for PhysicalDeviceMaintenance4Properties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMaintenance4Properties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMaintenance4Properties
impl RefUnwindSafe for PhysicalDeviceMaintenance4Properties
impl !Send for PhysicalDeviceMaintenance4Properties
impl !Sync for PhysicalDeviceMaintenance4Properties
impl Unpin for PhysicalDeviceMaintenance4Properties
impl UnwindSafe for PhysicalDeviceMaintenance4Properties
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