pub struct LoraLocalTime {
pub hour: u32,
pub minute: u32,
pub second: u32,
pub nanosecond: u32,
}Fields§
§hour: u32§minute: u32§second: u32§nanosecond: u32Implementations§
Trait Implementations§
Source§impl Clone for LoraLocalTime
impl Clone for LoraLocalTime
Source§fn clone(&self) -> LoraLocalTime
fn clone(&self) -> LoraLocalTime
Returns a duplicate of the value. Read more
1.0.0 · 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 LoraLocalTime
impl Debug for LoraLocalTime
Source§impl<'de> Deserialize<'de> for LoraLocalTime
impl<'de> Deserialize<'de> for LoraLocalTime
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LoraLocalTime
impl Display for LoraLocalTime
Source§impl PartialEq for LoraLocalTime
impl PartialEq for LoraLocalTime
Source§impl Serialize for LoraLocalTime
impl Serialize for LoraLocalTime
impl Eq for LoraLocalTime
impl StructuralPartialEq for LoraLocalTime
Auto Trait Implementations§
impl Freeze for LoraLocalTime
impl RefUnwindSafe for LoraLocalTime
impl Send for LoraLocalTime
impl Sync for LoraLocalTime
impl Unpin for LoraLocalTime
impl UnsafeUnpin for LoraLocalTime
impl UnwindSafe for LoraLocalTime
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