pub struct RtcFrameCryptorObserverWrapper { /* private fields */ }Implementations§
source§impl RtcFrameCryptorObserverWrapper
impl RtcFrameCryptorObserverWrapper
pub fn new(observer: Arc<dyn RtcFrameCryptorObserver>) -> Self
Auto Trait Implementations§
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