Struct windows_sys::Win32::UI::ColorSystem::GENERIC3CHANNEL
[−]Expand description
Required features: "Win32_UI_ColorSystem"
Fields
ch1: u16
ch2: u16
ch3: u16
Trait Implementations
impl Clone for GENERIC3CHANNEL
impl Clone for GENERIC3CHANNEL
impl Copy for GENERIC3CHANNEL
Auto Trait Implementations
impl RefUnwindSafe for GENERIC3CHANNEL
impl Send for GENERIC3CHANNEL
impl Sync for GENERIC3CHANNEL
impl Unpin for GENERIC3CHANNEL
impl UnwindSafe for GENERIC3CHANNEL
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