#[repr(C)]pub struct CoarseSampleOrderCustomNV {
pub shadingRate: ShadingRatePaletteEntryNV,
pub sampleCount: u32,
pub sampleLocationCount: u32,
pub pSampleLocations: *const CoarseSampleLocationNV,
}Fields§
§shadingRate: ShadingRatePaletteEntryNV§sampleCount: u32§sampleLocationCount: u32§pSampleLocations: *const CoarseSampleLocationNVTrait Implementations§
Source§impl Clone for CoarseSampleOrderCustomNV
impl Clone for CoarseSampleOrderCustomNV
Source§fn clone(&self) -> CoarseSampleOrderCustomNV
fn clone(&self) -> CoarseSampleOrderCustomNV
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 CoarseSampleOrderCustomNV
Auto Trait Implementations§
impl Freeze for CoarseSampleOrderCustomNV
impl RefUnwindSafe for CoarseSampleOrderCustomNV
impl !Send for CoarseSampleOrderCustomNV
impl !Sync for CoarseSampleOrderCustomNV
impl Unpin for CoarseSampleOrderCustomNV
impl UnwindSafe for CoarseSampleOrderCustomNV
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