#[repr(C)]pub struct PhysicalDeviceInheritedViewportScissorFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub inherited_viewport_scissor2_d: u32,
}Expand description
VkPhysicalDeviceInheritedViewportScissorFeaturesNV
Provided by VK_NV_inherited_viewport_scissor.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INHERITED_VIEWPORT_SCISSOR_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
inherited_viewport_scissor2_d: u32Implementations§
Source§impl PhysicalDeviceInheritedViewportScissorFeaturesNV
impl PhysicalDeviceInheritedViewportScissorFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceInheritedViewportScissorFeaturesNV
impl Clone for PhysicalDeviceInheritedViewportScissorFeaturesNV
Source§fn clone(&self) -> PhysicalDeviceInheritedViewportScissorFeaturesNV
fn clone(&self) -> PhysicalDeviceInheritedViewportScissorFeaturesNV
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 moreimpl 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 UnsafeUnpin 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