Struct Rtoff
#[repr(transparent)]pub struct Rtoff(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Rtoff
impl Ord for Rtoff
§impl PartialOrd for Rtoff
impl PartialOrd for Rtoff
impl Copy for Rtoff
impl Eq for Rtoff
impl StructuralPartialEq for Rtoff
Auto Trait Implementations§
impl Freeze for Rtoff
impl RefUnwindSafe for Rtoff
impl Send for Rtoff
impl Sync for Rtoff
impl Unpin for Rtoff
impl UnwindSafe for Rtoff
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