pub struct OBR { /* private fields */ }
Expand description
Option byte register
Implementations§
Auto Trait Implementations§
impl !Freeze for OBR
impl !RefUnwindSafe for OBR
impl Send for OBR
impl !Sync for OBR
impl Unpin for OBR
impl UnwindSafe for OBR
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