#[repr(C)]pub struct VkCoarseSampleLocationNV {
pub pixelX: u32,
pub pixelY: u32,
pub sample: u32,
}Fields§
§pixelX: u32§pixelY: u32§sample: u32Trait Implementations§
Source§impl Clone for VkCoarseSampleLocationNV
impl Clone for VkCoarseSampleLocationNV
Source§fn clone(&self) -> VkCoarseSampleLocationNV
fn clone(&self) -> VkCoarseSampleLocationNV
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 VkCoarseSampleLocationNV
impl Default for VkCoarseSampleLocationNV
Source§fn default() -> VkCoarseSampleLocationNV
fn default() -> VkCoarseSampleLocationNV
Returns the “default value” for a type. Read more
impl Copy for VkCoarseSampleLocationNV
Auto Trait Implementations§
impl Freeze for VkCoarseSampleLocationNV
impl RefUnwindSafe for VkCoarseSampleLocationNV
impl Send for VkCoarseSampleLocationNV
impl Sync for VkCoarseSampleLocationNV
impl Unpin for VkCoarseSampleLocationNV
impl UnwindSafe for VkCoarseSampleLocationNV
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