#[repr(C)]pub struct DWRITE_PANOSE_text {
pub familyKind: UINT8,
pub serifStyle: UINT8,
pub weight: UINT8,
pub proportion: UINT8,
pub contrast: UINT8,
pub strokeVariation: UINT8,
pub armStyle: UINT8,
pub letterform: UINT8,
pub midline: UINT8,
pub xHeight: UINT8,
}
Fields§
§familyKind: UINT8
§serifStyle: UINT8
§weight: UINT8
§proportion: UINT8
§contrast: UINT8
§strokeVariation: UINT8
§armStyle: UINT8
§letterform: UINT8
§midline: UINT8
§xHeight: UINT8
Trait Implementations§
Source§impl Clone for DWRITE_PANOSE_text
impl Clone for DWRITE_PANOSE_text
Source§fn clone(&self) -> DWRITE_PANOSE_text
fn clone(&self) -> DWRITE_PANOSE_text
Returns a duplicate 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 Default for DWRITE_PANOSE_text
impl Default for DWRITE_PANOSE_text
Source§fn default() -> DWRITE_PANOSE_text
fn default() -> DWRITE_PANOSE_text
Returns the “default value” for a type. Read more
impl Copy for DWRITE_PANOSE_text
Auto Trait Implementations§
impl Freeze for DWRITE_PANOSE_text
impl RefUnwindSafe for DWRITE_PANOSE_text
impl Send for DWRITE_PANOSE_text
impl Sync for DWRITE_PANOSE_text
impl Unpin for DWRITE_PANOSE_text
impl UnwindSafe for DWRITE_PANOSE_text
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