Struct windows_sys::Win32::UI::Controls::RichEdit::CHARFORMAT2A
[−]#[repr(C)]pub struct CHARFORMAT2A {
pub Base: CHARFORMATA,
pub wWeight: u16,
pub sSpacing: i16,
pub crBackColor: COLORREF,
pub lcid: u32,
pub Anonymous: CHARFORMAT2A_0,
pub sStyle: i16,
pub wKerning: u16,
pub bUnderlineType: u8,
pub bAnimation: u8,
pub bRevAuthor: u8,
pub bUnderlineColor: u8,
}Expand description
Required features: "Win32_UI_Controls_RichEdit", "Win32_Foundation", "Win32_Graphics_Gdi"
Fields
Base: CHARFORMATAwWeight: u16sSpacing: i16crBackColor: COLORREFlcid: u32Anonymous: CHARFORMAT2A_0sStyle: i16wKerning: u16bUnderlineType: u8bAnimation: u8bRevAuthor: u8bUnderlineColor: u8Trait Implementations
impl Clone for CHARFORMAT2A
impl Clone for CHARFORMAT2A
impl Copy for CHARFORMAT2A
Auto Trait Implementations
impl RefUnwindSafe for CHARFORMAT2A
impl Send for CHARFORMAT2A
impl Sync for CHARFORMAT2A
impl Unpin for CHARFORMAT2A
impl UnwindSafe for CHARFORMAT2A
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