#[repr(C)]pub struct PhysicalDeviceMaintenance4Properties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_buffer_size: u64,
}Expand description
VkPhysicalDeviceMaintenance4Properties
Provided by VK_BASE_VERSION_1_3.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
max_buffer_size: u64Implementations§
Source§impl PhysicalDeviceMaintenance4Properties
impl PhysicalDeviceMaintenance4Properties
Sourcepub fn builder<'a>() -> PhysicalDeviceMaintenance4PropertiesBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceMaintenance4PropertiesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceMaintenance4Properties
impl Clone for PhysicalDeviceMaintenance4Properties
Source§fn clone(&self) -> PhysicalDeviceMaintenance4Properties
fn clone(&self) -> PhysicalDeviceMaintenance4Properties
Returns a duplicate 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 moreimpl 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 UnsafeUnpin 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