pub struct HostLinkClock {
pub year: u8,
pub month: u8,
pub day: u8,
pub hour: u8,
pub minute: u8,
pub second: u8,
pub week: u8,
}Fields§
§year: u8§month: u8§day: u8§hour: u8§minute: u8§second: u8§week: u8Implementations§
Source§impl HostLinkClock
impl HostLinkClock
Trait Implementations§
Source§impl Clone for HostLinkClock
impl Clone for HostLinkClock
Source§fn clone(&self) -> HostLinkClock
fn clone(&self) -> HostLinkClock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HostLinkClock
impl Debug for HostLinkClock
Source§impl PartialEq for HostLinkClock
impl PartialEq for HostLinkClock
Source§fn eq(&self, other: &HostLinkClock) -> bool
fn eq(&self, other: &HostLinkClock) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for HostLinkClock
impl StructuralPartialEq for HostLinkClock
Auto Trait Implementations§
impl Freeze for HostLinkClock
impl RefUnwindSafe for HostLinkClock
impl Send for HostLinkClock
impl Sync for HostLinkClock
impl Unpin for HostLinkClock
impl UnsafeUnpin for HostLinkClock
impl UnwindSafe for HostLinkClock
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.