pub struct WeakMainLoop { /* private fields */ }Expand description
A weak reference to $name
Trait Implementations§
Source§impl Clone for WeakMainLoop
impl Clone for WeakMainLoop
Source§fn clone(&self) -> WeakMainLoop
fn clone(&self) -> WeakMainLoop
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Send for WeakMainLoop
impl Sync for WeakMainLoop
Auto Trait Implementations§
impl !RefUnwindSafe for WeakMainLoop
impl !UnwindSafe for WeakMainLoop
impl Freeze for WeakMainLoop
impl Unpin for WeakMainLoop
impl UnsafeUnpin for WeakMainLoop
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