pub struct VlcTree { /* private fields */ }Expand description
MSB-first VLC tree.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VlcTree
impl RefUnwindSafe for VlcTree
impl Send for VlcTree
impl Sync for VlcTree
impl Unpin for VlcTree
impl UnwindSafe for VlcTree
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