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