Struct ash::vk::SampleLocationEXT
source · #[repr(C)]pub struct SampleLocationEXT {
pub x: f32,
pub y: f32,
}
Expand description
Fields§
§x: f32
§y: f32
Implementations§
source§impl SampleLocationEXT
impl SampleLocationEXT
pub fn builder<'a>() -> SampleLocationEXTBuilder<'a>
Trait Implementations§
source§impl Clone for SampleLocationEXT
impl Clone for SampleLocationEXT
source§fn clone(&self) -> SampleLocationEXT
fn clone(&self) -> SampleLocationEXT
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 SampleLocationEXT
impl Debug for SampleLocationEXT
source§impl Default for SampleLocationEXT
impl Default for SampleLocationEXT
source§fn default() -> SampleLocationEXT
fn default() -> SampleLocationEXT
Returns the “default value” for a type. Read more
impl Copy for SampleLocationEXT
Auto Trait Implementations§
impl Freeze for SampleLocationEXT
impl RefUnwindSafe for SampleLocationEXT
impl Send for SampleLocationEXT
impl Sync for SampleLocationEXT
impl Unpin for SampleLocationEXT
impl UnwindSafe for SampleLocationEXT
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