pub struct bz3_state { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for bz3_state
impl RefUnwindSafe for bz3_state
impl Send for bz3_state
impl Sync for bz3_state
impl Unpin for bz3_state
impl UnwindSafe for bz3_state
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