#[repr(C)]pub struct ColorSpacePoint {
pub X: f32,
pub Y: f32,
}Fields§
§X: f32§Y: f32Trait Implementations§
Source§impl Debug for ColorSpacePoint
impl Debug for ColorSpacePoint
Source§impl Default for ColorSpacePoint
impl Default for ColorSpacePoint
Source§fn default() -> ColorSpacePoint
fn default() -> ColorSpacePoint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ColorSpacePoint
impl RefUnwindSafe for ColorSpacePoint
impl Send for ColorSpacePoint
impl Sync for ColorSpacePoint
impl Unpin for ColorSpacePoint
impl UnwindSafe for ColorSpacePoint
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