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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)