#[repr(C)]pub struct PhysicalDeviceRobustness2PropertiesKHR {
pub s_type: StructureType,
pub 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§next: *mut c_void§robust_storage_buffer_access_size_alignment: DeviceSize§robust_uniform_buffer_access_size_alignment: DeviceSizeTrait Implementations§
Source§impl Clone for PhysicalDeviceRobustness2PropertiesKHR
impl Clone for PhysicalDeviceRobustness2PropertiesKHR
Source§fn clone(&self) -> PhysicalDeviceRobustness2PropertiesKHR
fn clone(&self) -> PhysicalDeviceRobustness2PropertiesKHR
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 moreSource§impl PartialEq for PhysicalDeviceRobustness2PropertiesKHR
impl PartialEq for PhysicalDeviceRobustness2PropertiesKHR
Source§fn eq(&self, other: &PhysicalDeviceRobustness2PropertiesKHR) -> bool
fn eq(&self, other: &PhysicalDeviceRobustness2PropertiesKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceRobustness2PropertiesKHR
impl Eq for PhysicalDeviceRobustness2PropertiesKHR
impl Send for PhysicalDeviceRobustness2PropertiesKHR
impl StructuralPartialEq for PhysicalDeviceRobustness2PropertiesKHR
impl Sync for PhysicalDeviceRobustness2PropertiesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceRobustness2PropertiesKHR
impl RefUnwindSafe for PhysicalDeviceRobustness2PropertiesKHR
impl Unpin for PhysicalDeviceRobustness2PropertiesKHR
impl UnwindSafe for PhysicalDeviceRobustness2PropertiesKHR
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