Struct YxyCOLOR
#[repr(C)]pub struct YxyCOLOR {
pub Y: u16,
pub x: u16,
pub y: u16,
}
Fields§
§Y: u16
§x: u16
§y: u16
Trait Implementations§
impl Copy for YxyCOLOR
impl StructuralPartialEq for YxyCOLOR
Auto Trait Implementations§
impl Freeze for YxyCOLOR
impl RefUnwindSafe for YxyCOLOR
impl Send for YxyCOLOR
impl Sync for YxyCOLOR
impl Unpin for YxyCOLOR
impl UnwindSafe for YxyCOLOR
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