#[repr(C)]pub struct PhysicalDevicePipelinePropertiesFeaturesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub pipelinePropertiesIdentifier: Bool32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§pipelinePropertiesIdentifier: Bool32
Trait 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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PhysicalDevicePipelinePropertiesFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDevicePipelinePropertiesFeaturesEXT
impl RefUnwindSafe for PhysicalDevicePipelinePropertiesFeaturesEXT
impl !Send for PhysicalDevicePipelinePropertiesFeaturesEXT
impl !Sync 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