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