Struct vulkanalia_sys::CoarseSampleLocationNV
source · [−]#[repr(C)]pub struct CoarseSampleLocationNV {
pub pixel_x: u32,
pub pixel_y: u32,
pub sample: u32,
}Expand description
Fields
pixel_x: u32pixel_y: u32sample: u32Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CoarseSampleLocationNV
impl Send for CoarseSampleLocationNV
impl Sync for CoarseSampleLocationNV
impl Unpin for CoarseSampleLocationNV
impl UnwindSafe for CoarseSampleLocationNV
Blanket Implementations
Mutably borrows from an owned value. Read more