pub struct AnimatedMapBroadcaster(/* private fields */);Implementations§
Source§impl AnimatedMapBroadcaster
impl AnimatedMapBroadcaster
pub fn signal(&self) -> MutableAnimationSignal
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnimatedMapBroadcaster
impl RefUnwindSafe for AnimatedMapBroadcaster
impl Send for AnimatedMapBroadcaster
impl Sync for AnimatedMapBroadcaster
impl Unpin for AnimatedMapBroadcaster
impl UnwindSafe for AnimatedMapBroadcaster
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