#[repr(C)]pub struct XYColorEXT {
pub x: f32,
pub y: f32,
}
Fields§
§x: f32
§y: f32
Trait Implementations§
Source§impl Clone for XYColorEXT
impl Clone for XYColorEXT
Source§fn clone(&self) -> XYColorEXT
fn clone(&self) -> XYColorEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl 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