Struct hobo::components::AnimateTransform [−][src]
pub struct AnimateTransform(pub Entity);Tuple Fields
0: EntityTrait Implementations
fn try_get_cmp<'a, C>(
&self
) -> Option<OwningRef<OwningRef<OwningHandle<Rc<RefCell<Box<dyn DynStorage + 'static, Global>>>, Ref<'a, Box<dyn DynStorage + 'static, Global>>>, SimpleStorage<C>>, C>> where
C: 'static,
fn try_get_cmp_mut<'a, C>(
&self
) -> Option<OwningRefMut<StorageGuard<'a, C, OwningRefMut<OwningHandle<Rc<RefCell<Box<dyn DynStorage + 'static, Global>>>, RefMut<'a, Box<dyn DynStorage + 'static, Global>>>, SimpleStorage<C>>>, C>> where
C: 'static,
fn get_cmp<'a, C>(
&self
) -> OwningRef<OwningRef<OwningHandle<Rc<RefCell<Box<dyn DynStorage + 'static, Global>>>, Ref<'a, Box<dyn DynStorage + 'static, Global>>>, SimpleStorage<C>>, C> where
C: 'static,
fn get_cmp_mut<'a, C>(
&self
) -> OwningRefMut<StorageGuard<'a, C, OwningRefMut<OwningHandle<Rc<RefCell<Box<dyn DynStorage + 'static, Global>>>, RefMut<'a, Box<dyn DynStorage + 'static, Global>>>, SimpleStorage<C>>>, C> where
C: 'static,
fn get_cmp_mut_or<'a, C>(
&self,
f: impl FnOnce() -> C
) -> OwningRefMut<StorageGuard<'a, C, OwningRefMut<OwningHandle<Rc<RefCell<Box<dyn DynStorage + 'static, Global>>>, RefMut<'a, Box<dyn DynStorage + 'static, Global>>>, SimpleStorage<C>>>, C> where
C: 'static,
fn get_cmp_mut_or_default<'a, C>(
&self
) -> OwningRefMut<StorageGuard<'a, C, OwningRefMut<OwningHandle<Rc<RefCell<Box<dyn DynStorage + 'static, Global>>>, RefMut<'a, Box<dyn DynStorage + 'static, Global>>>, SimpleStorage<C>>>, C> where
C: 'static + Default,
fn child_signal<S, E>(self, signal: S) -> Self where
E: Element,
S: 'static + Signal<Item = E>,
fn class_tagged<Tag>(self, tag: Tag, style: impl Into<Style>) -> Self where
Tag: 'static + Hash,
fn set_class_signal<S, I>(&self, signal: S) where
I: Into<Style>,
S: 'static + Signal<Item = I>,
fn class_signal<S, I>(self, signal: S) -> Self where
I: Into<Style>,
S: 'static + Signal<Item = I>,
fn set_class_typed_signal<Type, S, I>(&self, signal: S) where
Type: 'static,
I: Into<Style>,
S: 'static + Signal<Item = I>,
fn class_typed_signal<Type, S, I>(self, signal: S) -> Self where
Type: 'static,
I: Into<Style>,
S: 'static + Signal<Item = I>,
fn set_class_tagged_signal<Tag, S, I>(&self, tag: Tag, signal: S) where
Tag: 'static + Hash + Copy,
I: Into<Style>,
S: 'static + Signal<Item = I>,
fn class_tagged_signal<Tag, S, I>(self, tag: Tag, signal: S) -> Self where
Tag: 'static + Hash + Copy,
I: Into<Style>,
S: 'static + Signal<Item = I>,
fn set_attr_signal<'k, 'v, S, K, V>(&self, signal: S) where
K: Into<Cow<'k, str>>,
V: Into<Cow<'v, str>>,
S: 'static + Signal<Item = (K, V)>,
fn attr_signal<'k, 'v, S, K, V>(self, x: S) -> Self where
K: Into<Cow<'k, str>>,
V: Into<Cow<'v, str>>,
S: 'static + Signal<Item = (K, V)>,
fn set_bool_attr_signal<'k, S, K>(&self, attr: K, signal: S) where
K: Into<Cow<'k, str>>,
S: 'static + Signal<Item = bool>,
fn bool_attr_signal<'k, S, K>(self, attr: K, x: S) -> Self where
K: Into<Cow<'k, str>>,
S: 'static + Signal<Item = bool>,
fn set_text_signal<'a, S, I>(&self, signal: S) where
I: Into<Cow<'a, str>>,
S: 'static + Signal<Item = I>,
fn text_signal<'a, S, I>(self, x: S) -> Self where
I: Into<Cow<'a, str>>,
S: 'static + Signal<Item = I>,
fn set_style_signal<S, I>(&self, signal: S) where
I: AppendProperty,
S: 'static + Signal<Item = I>,
fn style_signal<S, I>(self, signal: S) -> Self where
I: AppendProperty,
S: 'static + Signal<Item = I>,
fn mark_signal<T, S>(self, signal: S) -> Self where
T: 'static,
S: 'static + Signal<Item = bool>,
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AnimateTransform
impl Send for AnimateTransform
impl Sync for AnimateTransform
impl Unpin for AnimateTransform
impl UnwindSafe for AnimateTransform
Blanket Implementations
impl<T> AsAny for T where
T: Any,
impl<T> AsAny for T where
T: Any,
Mutably borrows from an owned value. Read more
