pub struct RtcFrameCryptorObserverWrapper { /* private fields */ }Implementations§
Source§impl RtcFrameCryptorObserverWrapper
impl RtcFrameCryptorObserverWrapper
pub fn new(observer: Arc<dyn RtcFrameCryptorObserver>) -> Self
Auto Trait Implementations§
impl Freeze for RtcFrameCryptorObserverWrapper
impl !RefUnwindSafe for RtcFrameCryptorObserverWrapper
impl Send for RtcFrameCryptorObserverWrapper
impl Sync for RtcFrameCryptorObserverWrapper
impl Unpin for RtcFrameCryptorObserverWrapper
impl !UnwindSafe for RtcFrameCryptorObserverWrapper
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