[][src]Struct leptonica_sys::CCBord

#[repr(C)]pub struct CCBord {
    pub pix: *mut Pix,
    pub boxa: *mut Boxa,
    pub start: *mut Pta,
    pub refcount: l_int32,
    pub local: *mut Ptaa,
    pub global: *mut Ptaa,
    pub step: *mut Numaa,
    pub splocal: *mut Pta,
    pub spglobal: *mut Pta,
}

Fields

pix: *mut Pixboxa: *mut Boxastart: *mut Ptarefcount: l_int32local: *mut Ptaaglobal: *mut Ptaastep: *mut Numaasplocal: *mut Ptaspglobal: *mut Pta

Trait Implementations

impl Clone for CCBord[src]

impl Copy for CCBord[src]

impl Debug for CCBord[src]

Auto Trait Implementations

impl RefUnwindSafe for CCBord

impl !Send for CCBord

impl !Sync for CCBord

impl Unpin for CCBord

impl UnwindSafe for CCBord

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.