Struct windows_sys::Win32::UI::ColorSystem::YxyCOLOR
#[repr(C)]pub struct YxyCOLOR {
pub Y: u16,
pub x: u16,
pub y: u16,
}
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§
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