pub struct ITimer { /* private fields */ }Expand description
Opaque pointer to the server’s ITimer — returned by create_timer.
Auto Trait Implementations§
impl Freeze for ITimer
impl RefUnwindSafe for ITimer
impl Send for ITimer
impl Sync for ITimer
impl Unpin for ITimer
impl UnsafeUnpin for ITimer
impl UnwindSafe for ITimer
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