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