pub struct Channel {
pub source: UrlRef<Sampler>,
pub target: Address,
}
Expand description
Declares an output channel of an animation.
Fields§
§source: UrlRef<Sampler>
The location of the animation sampler using a URL expression.
target: Address
The location of the element bound to the output of the sampler.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Channel
impl RefUnwindSafe for Channel
impl Send for Channel
impl Sync for Channel
impl Unpin for Channel
impl UnwindSafe for Channel
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