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