[][src]Struct leptess::capi::JbData

#[repr(C)]pub struct JbData {
    pub pix: *mut Pix,
    pub npages: i32,
    pub w: i32,
    pub h: i32,
    pub nclass: i32,
    pub latticew: i32,
    pub latticeh: i32,
    pub naclass: *mut Numa,
    pub napage: *mut Numa,
    pub ptaul: *mut Pta,
}

Fields

pix: *mut Pixnpages: i32w: i32h: i32nclass: i32latticew: i32latticeh: i32naclass: *mut Numanapage: *mut Numaptaul: *mut Pta

Trait Implementations

impl Clone for JbData[src]

impl Copy for JbData[src]

impl Debug for JbData[src]

Auto Trait Implementations

impl RefUnwindSafe for JbData

impl !Send for JbData

impl !Sync for JbData

impl Unpin for JbData

impl UnwindSafe for JbData

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.