#[non_exhaustive]pub struct OBR;Expand description
Opaque OBR register
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