[][src]Struct leptess::capi::L_Pdf_Data

#[repr(C)]pub struct L_Pdf_Data {
    pub title: *mut i8,
    pub n: i32,
    pub ncmap: i32,
    pub cida: *mut L_Ptra,
    pub id: *mut i8,
    pub obj1: *mut i8,
    pub obj2: *mut i8,
    pub obj3: *mut i8,
    pub obj4: *mut i8,
    pub obj5: *mut i8,
    pub poststream: *mut i8,
    pub trailer: *mut i8,
    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: i32,
}

Fields

title: *mut i8n: i32ncmap: i32cida: *mut L_Ptraid: *mut i8obj1: *mut i8obj2: *mut i8obj3: *mut i8obj4: *mut i8obj5: *mut i8poststream: *mut i8trailer: *mut i8xy: *mut Ptawh: *mut Ptamediabox: *mut Boxsaprex: *mut Sarraysacmap: *mut Sarrayobjsize: *mut L_Dnaobjloc: *mut L_Dnaxrefloc: i32

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.