Struct leptonica_sys::L_DnaHash [−][src]
#[repr(C)]pub struct L_DnaHash { pub nbuckets: l_int32, pub initsize: l_int32, pub dna: *mut *mut L_Dna, }
Fields
nbuckets: l_int32
initsize: l_int32
dna: *mut *mut L_Dna
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for L_DnaHash
impl UnwindSafe for L_DnaHash
Blanket Implementations
Mutably borrows from an owned value. Read more