Struct limine_protocol::responses::BootTimeResponse
source · [−]Expand description
Response to [BootTimeRequest]
Fields
revision: u64The response revision number
boot_time: i64The UNIX time on boot
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BootTimeResponse
impl Send for BootTimeResponse
impl Sync for BootTimeResponse
impl Unpin for BootTimeResponse
impl UnwindSafe for BootTimeResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more