pub struct RmcpPeerAdapter(pub Peer<RoleServer>);Tuple Fields§
§0: Peer<RoleServer>Trait Implementations§
Source§impl PeerNotifier for RmcpPeerAdapter
impl PeerNotifier for RmcpPeerAdapter
Auto Trait Implementations§
impl Freeze for RmcpPeerAdapter
impl !RefUnwindSafe for RmcpPeerAdapter
impl Send for RmcpPeerAdapter
impl Sync for RmcpPeerAdapter
impl Unpin for RmcpPeerAdapter
impl UnsafeUnpin for RmcpPeerAdapter
impl !UnwindSafe for RmcpPeerAdapter
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