#[repr(C)]pub struct CoarseSampleLocationNV {
    pub pixel_x: u32,
    pub pixel_y: u32,
    pub sample: u32,
}Expand description
Fields§
§pixel_x: u32§pixel_y: u32§sample: u32Implementations§
Source§impl CoarseSampleLocationNV
 
impl CoarseSampleLocationNV
pub fn builder<'a>() -> CoarseSampleLocationNVBuilder<'a>
Trait Implementations§
Source§impl Clone for CoarseSampleLocationNV
 
impl Clone for CoarseSampleLocationNV
Source§fn clone(&self) -> CoarseSampleLocationNV
 
fn clone(&self) -> CoarseSampleLocationNV
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 moreSource§impl Default for CoarseSampleLocationNV
 
impl Default for CoarseSampleLocationNV
Source§fn default() -> CoarseSampleLocationNV
 
fn default() -> CoarseSampleLocationNV
Returns the “default value” for a type. Read more
impl Copy for CoarseSampleLocationNV
Auto Trait Implementations§
impl Freeze for CoarseSampleLocationNV
impl RefUnwindSafe for CoarseSampleLocationNV
impl Send for CoarseSampleLocationNV
impl Sync for CoarseSampleLocationNV
impl Unpin for CoarseSampleLocationNV
impl UnwindSafe for CoarseSampleLocationNV
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