#[repr(transparent)]pub struct Ofs(pub u32);Expand description
Offset correction value register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ofs
impl Eq for Ofs
impl StructuralPartialEq for Ofs
Auto Trait Implementations§
impl Freeze for Ofs
impl RefUnwindSafe for Ofs
impl Send for Ofs
impl Sync for Ofs
impl Unpin for Ofs
impl UnwindSafe for Ofs
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