#[repr(C)]pub struct PeriodicUpdateTimer;
Expand description
TODO: Definition unknown even in the original implementation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PeriodicUpdateTimer
impl RefUnwindSafe for PeriodicUpdateTimer
impl Send for PeriodicUpdateTimer
impl Sync for PeriodicUpdateTimer
impl Unpin for PeriodicUpdateTimer
impl UnwindSafe for PeriodicUpdateTimer
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