pub struct ReceiverInner {
pub routes: Vec<AudioRoute>,
/* private fields */
}
Fields§
§routes: Vec<AudioRoute>
Auto Trait Implementations§
impl Freeze for ReceiverInner
impl RefUnwindSafe for ReceiverInner
impl Send for ReceiverInner
impl !Sync for ReceiverInner
impl Unpin for ReceiverInner
impl UnwindSafe for ReceiverInner
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