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