pub struct IComponentList { /* private fields */ }Expand description
IComponentList* — list of loaded components.
Received in on_init; use to query other components.
Auto Trait Implementations§
impl Freeze for IComponentList
impl RefUnwindSafe for IComponentList
impl Send for IComponentList
impl Sync for IComponentList
impl Unpin for IComponentList
impl UnsafeUnpin for IComponentList
impl UnwindSafe for IComponentList
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