Struct euphony_node::StaticNode
source · [−]Implementations
Trait Implementations
Auto Trait Implementations
impl<const I: usize, const B: usize, P> RefUnwindSafe for StaticNode<I, B, P> where
P: RefUnwindSafe,
impl<const I: usize, const B: usize, P> Send for StaticNode<I, B, P>
impl<const I: usize, const B: usize, P> Sync for StaticNode<I, B, P> where
P: Sync,
impl<const I: usize, const B: usize, P> Unpin for StaticNode<I, B, P> where
P: Unpin,
impl<const I: usize, const B: usize, P> UnwindSafe for StaticNode<I, B, P> where
P: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more