pub struct Timesync {
pub signature: u32,
pub unknown_flags: u32,
pub kernel_time: u64,
pub walltime: i64,
pub timezone: u32,
pub daylight_savings: u32,
}Fields§
§signature: u32§unknown_flags: u32§kernel_time: u64§walltime: i64§timezone: u32§daylight_savings: u32Trait Implementations§
Source§impl<'de> Deserialize<'de> for Timesync
impl<'de> Deserialize<'de> for Timesync
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
Auto Trait Implementations§
impl Freeze for Timesync
impl RefUnwindSafe for Timesync
impl Send for Timesync
impl Sync for Timesync
impl Unpin for Timesync
impl UnwindSafe for Timesync
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