Struct CHARFORMATW
#[repr(C)]pub struct CHARFORMATW {
pub cbSize: u32,
pub dwMask: CFM_MASK,
pub dwEffects: CFE_EFFECTS,
pub yHeight: i32,
pub yOffset: i32,
pub crTextColor: COLORREF,
pub bCharSet: FONT_CHARSET,
pub bPitchAndFamily: u8,
pub szFaceName: [u16; 32],
}
Fields§
§cbSize: u32
§dwMask: CFM_MASK
§dwEffects: CFE_EFFECTS
§yHeight: i32
§yOffset: i32
§crTextColor: COLORREF
§bCharSet: FONT_CHARSET
§bPitchAndFamily: u8
§szFaceName: [u16; 32]
Trait Implementations§
§impl Clone for CHARFORMATW
impl Clone for CHARFORMATW
§fn clone(&self) -> CHARFORMATW
fn clone(&self) -> CHARFORMATW
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 Debug for CHARFORMATW
impl Debug for CHARFORMATW
§impl PartialEq for CHARFORMATW
impl PartialEq for CHARFORMATW
impl Copy for CHARFORMATW
impl StructuralPartialEq for CHARFORMATW
Auto Trait Implementations§
impl Freeze for CHARFORMATW
impl RefUnwindSafe for CHARFORMATW
impl Send for CHARFORMATW
impl Sync for CHARFORMATW
impl Unpin for CHARFORMATW
impl UnwindSafe for CHARFORMATW
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