#[repr(C)]pub struct PhysicalDeviceExtendedDynamicState2FeaturesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub extendedDynamicState2: Bool32,
pub extendedDynamicState2LogicOp: Bool32,
pub extendedDynamicState2PatchControlPoints: Bool32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§extendedDynamicState2: Bool32
§extendedDynamicState2LogicOp: Bool32
§extendedDynamicState2PatchControlPoints: Bool32
Trait Implementations§
Source§impl Clone for PhysicalDeviceExtendedDynamicState2FeaturesEXT
impl Clone for PhysicalDeviceExtendedDynamicState2FeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceExtendedDynamicState2FeaturesEXT
fn clone(&self) -> PhysicalDeviceExtendedDynamicState2FeaturesEXT
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 PhysicalDeviceExtendedDynamicState2FeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExtendedDynamicState2FeaturesEXT
impl RefUnwindSafe for PhysicalDeviceExtendedDynamicState2FeaturesEXT
impl !Send for PhysicalDeviceExtendedDynamicState2FeaturesEXT
impl !Sync for PhysicalDeviceExtendedDynamicState2FeaturesEXT
impl Unpin for PhysicalDeviceExtendedDynamicState2FeaturesEXT
impl UnwindSafe for PhysicalDeviceExtendedDynamicState2FeaturesEXT
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