[][src]Struct leptonica_sys::L_Pdf_Data

#[repr(C)]pub struct L_Pdf_Data {
    pub title: *mut c_char,
    pub n: l_int32,
    pub ncmap: l_int32,
    pub cida: *mut L_Ptra,
    pub id: *mut c_char,
    pub obj1: *mut c_char,
    pub obj2: *mut c_char,
    pub obj3: *mut c_char,
    pub obj4: *mut c_char,
    pub obj5: *mut c_char,
    pub poststream: *mut c_char,
    pub trailer: *mut c_char,
    pub xy: *mut Pta,
    pub wh: *mut Pta,
    pub mediabox: *mut Box,
    pub saprex: *mut Sarray,
    pub sacmap: *mut Sarray,
    pub objsize: *mut L_Dna,
    pub objloc: *mut L_Dna,
    pub xrefloc: l_int32,
}

Fields

title: *mut c_charn: l_int32ncmap: l_int32cida: *mut L_Ptraid: *mut c_charobj1: *mut c_charobj2: *mut c_charobj3: *mut c_charobj4: *mut c_charobj5: *mut c_charpoststream: *mut c_chartrailer: *mut c_charxy: *mut Ptawh: *mut Ptamediabox: *mut Boxsaprex: *mut Sarraysacmap: *mut Sarrayobjsize: *mut L_Dnaobjloc: *mut L_Dnaxrefloc: l_int32

Trait Implementations

impl Clone for L_Pdf_Data[src]

impl Copy for L_Pdf_Data[src]

impl Debug for L_Pdf_Data[src]

Auto Trait Implementations

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.