[][src]Struct leptess::capi::L_Bmf

#[repr(C)]pub struct L_Bmf {
    pub pixa: *mut Pixa,
    pub size: i32,
    pub directory: *mut i8,
    pub baseline1: i32,
    pub baseline2: i32,
    pub baseline3: i32,
    pub lineheight: i32,
    pub kernwidth: i32,
    pub spacewidth: i32,
    pub vertlinesep: i32,
    pub fonttab: *mut i32,
    pub baselinetab: *mut i32,
    pub widthtab: *mut i32,
}

Fields

pixa: *mut Pixasize: i32directory: *mut i8baseline1: i32baseline2: i32baseline3: i32lineheight: i32kernwidth: i32spacewidth: i32vertlinesep: i32fonttab: *mut i32baselinetab: *mut i32widthtab: *mut i32

Trait Implementations

impl Clone for L_Bmf[src]

impl Copy for L_Bmf[src]

impl Debug for L_Bmf[src]

Auto Trait Implementations

impl RefUnwindSafe for L_Bmf

impl !Send for L_Bmf

impl !Sync for L_Bmf

impl Unpin for L_Bmf

impl UnwindSafe for L_Bmf

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<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.