pub type PhysicalDeviceMaintenance4PropertiesKHR<'a> = PhysicalDeviceMaintenance4Properties<'a>;
Aliased Type§
struct PhysicalDeviceMaintenance4PropertiesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_buffer_size: u64,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§max_buffer_size: u64
§_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 more