Struct windows_sys::Win32::UI::ColorSystem::YxyCOLOR
[−]Expand description
Required features: "Win32_UI_ColorSystem"
Fields
Y: u16
x: u16
y: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for YxyCOLOR
impl Send for YxyCOLOR
impl Sync for YxyCOLOR
impl Unpin for YxyCOLOR
impl UnwindSafe for YxyCOLOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more