#[repr(C)]pub struct CoarseSampleLocationNV {
pub pixelX: u32,
pub pixelY: u32,
pub sample: u32,
}Fields§
§pixelX: u32§pixelY: u32§sample: u32Trait 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 moreimpl 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