#[repr(C)]pub struct PhysicalDeviceInheritedViewportScissorFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub inherited_viewport_scissor2_d: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§inherited_viewport_scissor2_d: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceInheritedViewportScissorFeaturesNV
impl Clone for PhysicalDeviceInheritedViewportScissorFeaturesNV
source§fn clone(&self) -> PhysicalDeviceInheritedViewportScissorFeaturesNV
fn clone(&self) -> PhysicalDeviceInheritedViewportScissorFeaturesNV
Returns a copy 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 TaggedStructure for PhysicalDeviceInheritedViewportScissorFeaturesNV
impl TaggedStructure for PhysicalDeviceInheritedViewportScissorFeaturesNV
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_INHERITED_VIEWPORT_SCISSOR_FEATURES_NV
impl Copy for PhysicalDeviceInheritedViewportScissorFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceInheritedViewportScissorFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceInheritedViewportScissorFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceInheritedViewportScissorFeaturesNV
impl RefUnwindSafe for PhysicalDeviceInheritedViewportScissorFeaturesNV
impl !Send for PhysicalDeviceInheritedViewportScissorFeaturesNV
impl !Sync for PhysicalDeviceInheritedViewportScissorFeaturesNV
impl Unpin for PhysicalDeviceInheritedViewportScissorFeaturesNV
impl UnwindSafe for PhysicalDeviceInheritedViewportScissorFeaturesNV
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