#[repr(C)]pub struct PhysicalDeviceExclusiveScissorFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub exclusive_scissor: u32,
}Expand description
VkPhysicalDeviceExclusiveScissorFeaturesNV
Provided by VK_NV_scissor_exclusive.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXCLUSIVE_SCISSOR_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
exclusive_scissor: u32Implementations§
Source§impl PhysicalDeviceExclusiveScissorFeaturesNV
impl PhysicalDeviceExclusiveScissorFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceExclusiveScissorFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceExclusiveScissorFeaturesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceExclusiveScissorFeaturesNV
impl Clone for PhysicalDeviceExclusiveScissorFeaturesNV
Source§fn clone(&self) -> PhysicalDeviceExclusiveScissorFeaturesNV
fn clone(&self) -> PhysicalDeviceExclusiveScissorFeaturesNV
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 PhysicalDeviceExclusiveScissorFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceExclusiveScissorFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceExclusiveScissorFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExclusiveScissorFeaturesNV
impl RefUnwindSafe for PhysicalDeviceExclusiveScissorFeaturesNV
impl !Send for PhysicalDeviceExclusiveScissorFeaturesNV
impl !Sync for PhysicalDeviceExclusiveScissorFeaturesNV
impl Unpin for PhysicalDeviceExclusiveScissorFeaturesNV
impl UnsafeUnpin for PhysicalDeviceExclusiveScissorFeaturesNV
impl UnwindSafe for PhysicalDeviceExclusiveScissorFeaturesNV
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