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