Struct 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,
}
Fields§
§Base: CHARFORMATW
§wWeight: u16
§sSpacing: i16
§crBackColor: COLORREF
§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
§fn clone(&self) -> CHARFORMAT2W
fn clone(&self) -> CHARFORMAT2W
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for CHARFORMAT2W
impl Default for CHARFORMAT2W
impl Copy for CHARFORMAT2W
Auto Trait Implementations§
impl Freeze for CHARFORMAT2W
impl RefUnwindSafe for CHARFORMAT2W
impl Send for CHARFORMAT2W
impl Sync for CHARFORMAT2W
impl Unpin for CHARFORMAT2W
impl UnwindSafe for CHARFORMAT2W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more