pub struct LoraTime {
pub hour: u32,
pub minute: u32,
pub second: u32,
pub nanosecond: u32,
pub offset_seconds: i32,
}Fields§
§hour: u32§minute: u32§second: u32§nanosecond: u32§offset_seconds: i32Implementations§
Trait Implementations§
impl Eq for LoraTime
impl StructuralPartialEq for LoraTime
Auto Trait Implementations§
impl Freeze for LoraTime
impl RefUnwindSafe for LoraTime
impl Send for LoraTime
impl Sync for LoraTime
impl Unpin for LoraTime
impl UnsafeUnpin for LoraTime
impl UnwindSafe for LoraTime
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