pub struct BootTimes {
pub start: u64,
pub end: u64,
}
Fields§
§start: u64
§end: u64
Auto Trait Implementations§
impl Freeze for BootTimes
impl RefUnwindSafe for BootTimes
impl Send for BootTimes
impl Sync for BootTimes
impl Unpin for BootTimes
impl UnwindSafe for BootTimes
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