pub struct NtpMode(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
impl Copy for NtpMode
impl Eq for NtpMode
impl StructuralPartialEq for NtpMode
Auto Trait Implementations§
impl Freeze for NtpMode
impl RefUnwindSafe for NtpMode
impl Send for NtpMode
impl Sync for NtpMode
impl Unpin for NtpMode
impl UnwindSafe for NtpMode
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