Struct calloop::sources::timer::Registration
source · struct Registration {
token: Token,
wheel: Rc<RefCell<TimerWheel>>,
counter: u32,
}
Fields§
§token: Token
§wheel: Rc<RefCell<TimerWheel>>
§counter: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Registration
impl !RefUnwindSafe for Registration
impl !Send for Registration
impl !Sync for Registration
impl Unpin for Registration
impl !UnwindSafe for Registration
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