Struct leptonica_sys::L_Colorfill
source · #[repr(C)]pub struct L_Colorfill {}Fields§
§pixs: *mut Pix§pixst: *mut Pix§nx: l_int32§ny: l_int32§tw: l_int32§th: l_int32§minarea: l_int32§boxas: *mut Boxa§pixas: *mut Pixa§pixam: *mut Pixa§naa: *mut Numaa§dnaa: *mut L_Dnaa§pixadb: *mut PixaTrait Implementations§
source§impl Clone for L_Colorfill
impl Clone for L_Colorfill
source§fn clone(&self) -> L_Colorfill
fn clone(&self) -> L_Colorfill
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for L_Colorfill
impl Debug for L_Colorfill
impl Copy for L_Colorfill
Auto Trait Implementations§
impl RefUnwindSafe for L_Colorfill
impl !Send for L_Colorfill
impl !Sync for L_Colorfill
impl Unpin for L_Colorfill
impl UnwindSafe for L_Colorfill
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more