#[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: CHARFORMATWwWeight: u16sSpacing: i16crBackColor: u32lcid: u32Anonymous: CHARFORMAT2W_0sStyle: i16wKerning: u16bUnderlineType: u8bAnimation: u8bRevAuthor: u8bUnderlineColor: u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.