pub struct OnebitR { /* private fields */ }
Expand description
Value of the field ONEBIT
Implementations§
Auto Trait Implementations§
impl Freeze for OnebitR
impl RefUnwindSafe for OnebitR
impl Send for OnebitR
impl Sync for OnebitR
impl Unpin for OnebitR
impl UnwindSafe for OnebitR
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