pub struct HostTimer {
pub id: u32,
pub period_ms: u32,
pub deadline: Instant,
}Fields§
§id: u32§period_ms: u32§deadline: InstantAuto Trait Implementations§
impl Freeze for HostTimer
impl RefUnwindSafe for HostTimer
impl Send for HostTimer
impl Sync for HostTimer
impl Unpin for HostTimer
impl UnsafeUnpin for HostTimer
impl UnwindSafe for HostTimer
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