pub struct MtrNode { /* private fields */ }Expand description
An opaque C struct representing a multi-way branch tree node.
Auto Trait Implementations§
impl Freeze for MtrNode
impl RefUnwindSafe for MtrNode
impl !Send for MtrNode
impl !Sync for MtrNode
impl !Unpin for MtrNode
impl UnwindSafe for MtrNode
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