Struct ash::vk::PhysicalDeviceRobustness2PropertiesEXT
source · #[repr(C)]pub struct PhysicalDeviceRobustness2PropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub robust_storage_buffer_access_size_alignment: DeviceSize,
pub robust_uniform_buffer_access_size_alignment: DeviceSize,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§robust_storage_buffer_access_size_alignment: DeviceSize
§robust_uniform_buffer_access_size_alignment: DeviceSize
Implementations§
source§impl PhysicalDeviceRobustness2PropertiesEXT
impl PhysicalDeviceRobustness2PropertiesEXT
pub fn builder<'a>() -> PhysicalDeviceRobustness2PropertiesEXTBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceRobustness2PropertiesEXT
impl Clone for PhysicalDeviceRobustness2PropertiesEXT
source§fn clone(&self) -> PhysicalDeviceRobustness2PropertiesEXT
fn clone(&self) -> PhysicalDeviceRobustness2PropertiesEXT
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