[][src]Struct blend2d_sys::BLFontDesignMetrics

#[repr(C)]
pub struct BLFontDesignMetrics {
    pub unitsPerEm: c_int,
    pub lineGap: c_int,
    pub xHeight: c_int,
    pub capHeight: c_int,
    pub __bindgen_anon_1: BLFontDesignMetrics__bindgen_ty_1,
    pub underlinePosition: c_int,
    pub underlineThickness: c_int,
    pub strikethroughPosition: c_int,
    pub strikethroughThickness: c_int,
}

Fields

unitsPerEm: c_intlineGap: c_intxHeight: c_intcapHeight: c_int__bindgen_anon_1: BLFontDesignMetrics__bindgen_ty_1underlinePosition: c_intunderlineThickness: c_intstrikethroughPosition: c_intstrikethroughThickness: c_int

Trait Implementations

impl Clone for BLFontDesignMetrics[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Copy for BLFontDesignMetrics[src]

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

The resulting type after obtaining ownership.

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

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.

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

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

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