Struct oxygengine_user_interface::widget::context::WidgetContext [−][src]
Fields
id: &'a WidgetIdkey: &'a strprops: &'a mut Propsstate: State<'a>animator: &'a AnimatorStateslife_cycle: &'a mut WidgetLifeCyclenamed_slots: HashMap<String, WidgetNode, RandomState>listed_slots: Vec<WidgetNode, Global>Implementations
impl<'a> WidgetContext<'a>[src]
pub fn take_named_slots(&mut self) -> HashMap<String, WidgetNode, RandomState>[src]
pub fn take_listed_slots(&mut self) -> Vec<WidgetNode, Global>[src]
pub fn use_hook<F>(&mut self, f: F) -> &mut WidgetContext<'a> where
F: FnMut(&mut WidgetContext<'a>), [src]
F: FnMut(&mut WidgetContext<'a>),
Trait Implementations
impl<'a> Debug for WidgetContext<'a>[src]
Auto Trait Implementations
impl<'a> !RefUnwindSafe for WidgetContext<'a>
impl<'a> Send for WidgetContext<'a>
impl<'a> !Sync for WidgetContext<'a>
impl<'a> Unpin for WidgetContext<'a>
impl<'a> !UnwindSafe for WidgetContext<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any,
T: Any,
pub fn get_type_id(&self) -> TypeId
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Event for T where
T: Send + Sync + 'static,
T: Send + Sync + 'static,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Resource for T where
T: Any,
T: Any,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,