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