pub struct Bufhi(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Bufhi
impl Ord for Bufhi
Source§impl PartialOrd for Bufhi
impl PartialOrd for Bufhi
impl Copy for Bufhi
impl Eq for Bufhi
impl StructuralPartialEq for Bufhi
Auto Trait Implementations§
impl Freeze for Bufhi
impl RefUnwindSafe for Bufhi
impl Send for Bufhi
impl Sync for Bufhi
impl Unpin for Bufhi
impl UnwindSafe for Bufhi
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