Struct windows_sys::Win32::UI::Controls::RichEdit::CHARFORMAT2A
[−]#[repr(C)]pub struct CHARFORMAT2A {
pub __AnonymousBase_richedit_L736_C23: CHARFORMATA,
pub wWeight: u16,
pub sSpacing: i16,
pub crBackColor: u32,
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’
Fields
__AnonymousBase_richedit_L736_C23: CHARFORMATA
wWeight: u16
sSpacing: i16
crBackColor: u32
lcid: u32
Anonymous: CHARFORMAT2A_0
sStyle: i16
wKerning: u16
bUnderlineType: u8
bAnimation: u8
bRevAuthor: u8
bUnderlineColor: u8
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more