pub struct GlobalTimeLoopHandle(/* private fields */);Expand description
全局时间循环句柄
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlobalTimeLoopHandle
impl !RefUnwindSafe for GlobalTimeLoopHandle
impl Send for GlobalTimeLoopHandle
impl Sync for GlobalTimeLoopHandle
impl Unpin for GlobalTimeLoopHandle
impl !UnwindSafe for GlobalTimeLoopHandle
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