Struct windows_sys::Win32::UI::Controls::RichEdit::CHARFORMAT2W
[−]#[repr(C)]pub struct CHARFORMAT2W {
pub Base: CHARFORMATW,
pub wWeight: u16,
pub sSpacing: i16,
pub crBackColor: COLORREF,
pub lcid: u32,
pub Anonymous: CHARFORMAT2W_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: CHARFORMATWwWeight: u16sSpacing: i16crBackColor: COLORREFlcid: u32Anonymous: CHARFORMAT2W_0sStyle: i16wKerning: u16bUnderlineType: u8bAnimation: u8bRevAuthor: u8bUnderlineColor: u8Trait Implementations
impl Clone for CHARFORMAT2W
impl Clone for CHARFORMAT2W
impl Copy for CHARFORMAT2W
Auto Trait Implementations
impl RefUnwindSafe for CHARFORMAT2W
impl Send for CHARFORMAT2W
impl Sync for CHARFORMAT2W
impl Unpin for CHARFORMAT2W
impl UnwindSafe for CHARFORMAT2W
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