[][src]Struct leptonica_sys::L_Bmf

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

Fields

pixa: *mut Pixasize: l_int32directory: *mut c_charbaseline1: l_int32baseline2: l_int32baseline3: l_int32lineheight: l_int32kernwidth: l_int32spacewidth: l_int32vertlinesep: l_int32fonttab: *mut l_int32baselinetab: *mut l_int32widthtab: *mut l_int32

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.