#[repr(C)]pub struct PhysicalDeviceMaintenance9PropertiesKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub image_2d_view_of_3d_sparse: Bool32,
pub default_vertex_attribute_value: DefaultVertexAttributeValueKHR,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§image_2d_view_of_3d_sparse: Bool32§default_vertex_attribute_value: DefaultVertexAttributeValueKHRTrait Implementations§
Source§impl Clone for PhysicalDeviceMaintenance9PropertiesKHR
impl Clone for PhysicalDeviceMaintenance9PropertiesKHR
Source§fn clone(&self) -> PhysicalDeviceMaintenance9PropertiesKHR
fn clone(&self) -> PhysicalDeviceMaintenance9PropertiesKHR
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 PhysicalDeviceMaintenance9PropertiesKHR
impl PartialEq for PhysicalDeviceMaintenance9PropertiesKHR
Source§fn eq(&self, other: &PhysicalDeviceMaintenance9PropertiesKHR) -> bool
fn eq(&self, other: &PhysicalDeviceMaintenance9PropertiesKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceMaintenance9PropertiesKHR
impl Eq for PhysicalDeviceMaintenance9PropertiesKHR
impl Send for PhysicalDeviceMaintenance9PropertiesKHR
impl StructuralPartialEq for PhysicalDeviceMaintenance9PropertiesKHR
impl Sync for PhysicalDeviceMaintenance9PropertiesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMaintenance9PropertiesKHR
impl RefUnwindSafe for PhysicalDeviceMaintenance9PropertiesKHR
impl Unpin for PhysicalDeviceMaintenance9PropertiesKHR
impl UnwindSafe for PhysicalDeviceMaintenance9PropertiesKHR
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