#[repr(C)]pub struct CoarseSampleLocationNV {
pub pixel_x: u32,
pub pixel_y: u32,
pub sample: u32,
}Expand description
VkCoarseSampleLocationNV
Provided by VK_NV_shading_rate_image.
Fields§
§pixel_x: u32§pixel_y: u32§sample: u32Implementations§
Source§impl CoarseSampleLocationNV
impl CoarseSampleLocationNV
Sourcepub fn builder() -> CoarseSampleLocationNVBuilder
pub fn builder() -> CoarseSampleLocationNVBuilder
Start building this struct.
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 Debug for CoarseSampleLocationNV
impl Debug for CoarseSampleLocationNV
Source§impl Default for CoarseSampleLocationNV
impl Default for CoarseSampleLocationNV
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 UnsafeUnpin 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