#[repr(C)]pub struct COMPCOLOR {
pub crText: u32,
pub crBackground: u32,
pub dwEffects: u32,
}
Fields§
§crText: u32
§crBackground: u32
§dwEffects: u32
Trait Implementations§
impl Copy for COMPCOLOR
impl Eq for COMPCOLOR
Auto Trait Implementations§
impl Freeze for COMPCOLOR
impl RefUnwindSafe for COMPCOLOR
impl Send for COMPCOLOR
impl Sync for COMPCOLOR
impl Unpin for COMPCOLOR
impl UnwindSafe for COMPCOLOR
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