pub struct Sine {}Expand description
A marker for a specific node type. See Node::add_sine.
Auto Trait Implementations§
impl Freeze for Sine
impl RefUnwindSafe for Sine
impl Send for Sine
impl Sync for Sine
impl Unpin for Sine
impl UnsafeUnpin for Sine
impl UnwindSafe for Sine
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