Struct ash::vk::CoarseSampleLocationNV
source · #[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: u32
Implementations§
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 copy 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 Debug for CoarseSampleLocationNV
impl Debug for CoarseSampleLocationNV
source§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