pub struct NestedRings { /* private fields */ }Expand description
Create nested rings of resonance
Implementations§
Auto Trait Implementations§
impl Freeze for NestedRings
impl RefUnwindSafe for NestedRings
impl Send for NestedRings
impl Sync for NestedRings
impl Unpin for NestedRings
impl UnwindSafe for NestedRings
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