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