pub struct EnabledSpeakers;Trait Implementations§
Source§impl Clone for EnabledSpeakers
impl Clone for EnabledSpeakers
Source§fn clone(&self) -> EnabledSpeakers
fn clone(&self) -> EnabledSpeakers
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnabledSpeakers
impl Debug for EnabledSpeakers
Source§impl ReadableParameterIndex<i32> for EnabledSpeakers
impl ReadableParameterIndex<i32> for EnabledSpeakers
Source§impl WritableParameterIndex<i32> for EnabledSpeakers
impl WritableParameterIndex<i32> for EnabledSpeakers
impl Copy for EnabledSpeakers
Auto Trait Implementations§
impl Freeze for EnabledSpeakers
impl RefUnwindSafe for EnabledSpeakers
impl Send for EnabledSpeakers
impl Sync for EnabledSpeakers
impl Unpin for EnabledSpeakers
impl UnwindSafe for EnabledSpeakers
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