[][src]Struct leptess::leptonica::Boxa

pub struct Boxa {
    pub raw: *mut Boxa,
}

Fields

raw: *mut Boxa

Methods

impl Boxa[src]

pub fn get_n(&self) -> usize[src]

pub fn get_box(&self, i: usize, flag: u32) -> Option<Box>[src]

pub fn destroy(&mut self)[src]

Trait Implementations

impl Drop for Boxa[src]

impl IntoIterator for Boxa[src]

type Item = Box

The type of the elements being iterated over.

type IntoIter = BoxaIterator

Which kind of iterator are we turning this into?

impl<'a> IntoIterator for &'a Boxa[src]

type Item = Box

The type of the elements being iterated over.

type IntoIter = BoxaRefIterator<'a>

Which kind of iterator are we turning this into?

Auto Trait Implementations

impl !Send for Boxa

impl Unpin for Boxa

impl !Sync for Boxa

impl UnwindSafe for Boxa

impl RefUnwindSafe for Boxa

Blanket Implementations

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]