Struct leptonica_sys::L_Rbtree
source · #[repr(C)]pub struct L_Rbtree {
pub root: *mut L_Rbtree_Node,
pub keytype: l_int32,
}
Fields§
§root: *mut L_Rbtree_Node
§keytype: l_int32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for L_Rbtree
impl !Send for L_Rbtree
impl !Sync for L_Rbtree
impl Unpin for L_Rbtree
impl UnwindSafe for L_Rbtree
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