Struct COLORREF
#[repr(transparent)]pub struct COLORREF(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
impl Copy for COLORREF
impl Eq for COLORREF
impl StructuralPartialEq for COLORREF
Auto Trait Implementations§
impl Freeze for COLORREF
impl RefUnwindSafe for COLORREF
impl Send for COLORREF
impl Sync for COLORREF
impl Unpin for COLORREF
impl UnwindSafe for COLORREF
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