#[repr(C)]pub struct PANOSE {
pub bFamilyType: u8,
pub bSerifStyle: u8,
pub bWeight: u8,
pub bProportion: u8,
pub bContrast: u8,
pub bStrokeVariation: u8,
pub bArmStyle: u8,
pub bLetterform: u8,
pub bMidline: u8,
pub bXHeight: u8,
}
Fields§
§bFamilyType: u8
§bSerifStyle: u8
§bWeight: u8
§bProportion: u8
§bContrast: u8
§bStrokeVariation: u8
§bArmStyle: u8
§bLetterform: u8
§bMidline: u8
§bXHeight: u8
Trait Implementations§
Source§impl Abi for PANOSE
impl Abi for PANOSE
impl Copy for PANOSE
impl Eq for PANOSE
Auto Trait Implementations§
impl Freeze for PANOSE
impl RefUnwindSafe for PANOSE
impl Send for PANOSE
impl Sync for PANOSE
impl Unpin for PANOSE
impl UnwindSafe for PANOSE
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