Struct timer_utils::TimerList
source · #[repr(C)]pub struct TimerList { /* private fields */ }
Implementations
Trait Implementations
impl Eq for TimerList
impl StructuralEq for TimerList
impl StructuralPartialEq for TimerList
Auto Trait Implementations
impl RefUnwindSafe for TimerList
impl !Send for TimerList
impl !Sync for TimerList
impl Unpin for TimerList
impl UnwindSafe for TimerList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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