[][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 Copy for BLFontDesignMetrics[src]

impl Clone for BLFontDesignMetrics[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.