pub struct WeakComponentInstance { /* private fields */ }
Expand description
A Weak references to a dynamic SixtyFPS components.
Implementations
Returns a new strongly referenced component if some other instance still holds a strong reference. Otherwise, returns None.
Convenience function that returns a new strongly referenced component if some other instance still holds a strong reference. Otherwise, this function panics.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for WeakComponentInstance
impl !Send for WeakComponentInstance
impl !Sync for WeakComponentInstance
impl Unpin for WeakComponentInstance
impl !UnwindSafe for WeakComponentInstance
Blanket Implementations
Mutably borrows from an owned value. Read more