[−][src]Struct conrod_core::graph::UniqueWidgetState
The state type that we'll dynamically cast to and from Any
for storage within the cache.
Fields
state: State
A Widget's unique "State".
style: Style
A Widget's unique "Style".
Trait Implementations
impl<State: Debug, Style: Debug> Debug for UniqueWidgetState<State, Style> where
State: Any,
Style: Any,
[src]
State: Any,
Style: Any,
Auto Trait Implementations
impl<State, Style> RefUnwindSafe for UniqueWidgetState<State, Style> where
State: RefUnwindSafe,
Style: RefUnwindSafe,
State: RefUnwindSafe,
Style: RefUnwindSafe,
impl<State, Style> Send for UniqueWidgetState<State, Style> where
State: Send,
Style: Send,
State: Send,
Style: Send,
impl<State, Style> Sync for UniqueWidgetState<State, Style> where
State: Sync,
Style: Sync,
State: Sync,
Style: Sync,
impl<State, Style> Unpin for UniqueWidgetState<State, Style> where
State: Unpin,
Style: Unpin,
State: Unpin,
Style: Unpin,
impl<State, Style> UnwindSafe for UniqueWidgetState<State, Style> where
State: UnwindSafe,
Style: UnwindSafe,
State: UnwindSafe,
Style: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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.
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>,