#[repr(C)]pub struct COMPCOLOR {
pub crText: COLORREF,
pub crBackground: COLORREF,
pub dwEffects: u32,
}
Expand description
Required features: "Win32_UI_Controls_RichEdit"
, "Win32_Foundation"
Fields
crText: COLORREF
crBackground: COLORREF
dwEffects: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for COMPCOLOR
impl Send for COMPCOLOR
impl Sync for COMPCOLOR
impl Unpin for COMPCOLOR
impl UnwindSafe for COMPCOLOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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