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