Struct ash::vk::PhysicalDeviceExclusiveScissorFeaturesNV
source · #[repr(C)]pub struct PhysicalDeviceExclusiveScissorFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub exclusive_scissor: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§exclusive_scissor: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceExclusiveScissorFeaturesNV
impl Clone for PhysicalDeviceExclusiveScissorFeaturesNV
source§fn clone(&self) -> PhysicalDeviceExclusiveScissorFeaturesNV
fn clone(&self) -> PhysicalDeviceExclusiveScissorFeaturesNV
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 PhysicalDeviceExclusiveScissorFeaturesNV
impl TaggedStructure for PhysicalDeviceExclusiveScissorFeaturesNV
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_EXCLUSIVE_SCISSOR_FEATURES_NV
impl 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 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