#[repr(C)]pub struct Oar2 { /* private fields */ }
Expand description
Own address register 2
Implementations§
Auto Trait Implementations§
impl Freeze for Oar2
impl RefUnwindSafe for Oar2
impl Send for Oar2
impl Sync for Oar2
impl Unpin for Oar2
impl UnwindSafe for Oar2
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