#[repr(C)]pub struct BootTimeResponse {
pub revision: u64,
pub boot_time: i64,
}Expand description
Response to [BootTimeRequest]
Fields§
§revision: u64The response revision number
boot_time: i64The UNIX time on boot
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BootTimeResponse
impl RefUnwindSafe for BootTimeResponse
impl Send for BootTimeResponse
impl Sync for BootTimeResponse
impl Unpin for BootTimeResponse
impl UnwindSafe for BootTimeResponse
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