Struct windows_sys::Win32::UI::Controls::RichEdit::CHARFORMAT2W
[−]#[repr(C)]pub struct CHARFORMAT2W {
pub __AnonymousBase_richedit_L711_C23: CHARFORMATW,
pub wWeight: u16,
pub sSpacing: i16,
pub crBackColor: u32,
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"
Fields
__AnonymousBase_richedit_L711_C23: CHARFORMATW
wWeight: u16
sSpacing: i16
crBackColor: u32
lcid: u32
Anonymous: CHARFORMAT2W_0
sStyle: i16
wKerning: u16
bUnderlineType: u8
bAnimation: u8
bRevAuthor: u8
bUnderlineColor: u8
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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