pub struct Voice(/* private fields */);Trait Implementations§
impl Eq for Voice
impl StructuralPartialEq for Voice
Auto Trait Implementations§
impl !Send for Voice
impl !Sync for Voice
impl Freeze for Voice
impl RefUnwindSafe for Voice
impl Unpin for Voice
impl UnsafeUnpin for Voice
impl UnwindSafe for Voice
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