Struct allsorts_no_std::bitmap::cbdt::SbitLineMetrics[][src]

pub struct SbitLineMetrics {
    pub ascender: i8,
    pub descender: i8,
    pub width_max: u8,
    pub caret_slope_numerator: i8,
    pub caret_slope_denominator: i8,
    pub caret_offset: i8,
    pub min_origin_sb: i8,
    pub min_advance_sb: i8,
    pub max_before_bl: i8,
    pub min_after_bl: i8,
    pub pad1: i8,
    pub pad2: i8,
}

Fields

ascender: i8descender: i8width_max: u8caret_slope_numerator: i8caret_slope_denominator: i8caret_offset: i8min_origin_sb: i8min_advance_sb: i8max_before_bl: i8min_after_bl: i8pad1: i8pad2: i8

Trait Implementations

impl Clone for SbitLineMetrics[src]

impl Debug for SbitLineMetrics[src]

impl Eq for SbitLineMetrics[src]

impl PartialEq<SbitLineMetrics> for SbitLineMetrics[src]

impl<'a> ReadBinary<'a> for SbitLineMetrics[src]

type HostType = Self

impl<'a> ReadFixedSizeDep<'a> for SbitLineMetrics[src]

impl StructuralEq for SbitLineMetrics[src]

impl StructuralPartialEq for SbitLineMetrics[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'a, T> ReadBinaryDep<'a> for T where
    T: ReadBinary<'a>, 
[src]

type Args = ()

type HostType = <T as ReadBinary<'a>>::HostType

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.