pub struct MultiConferenceJoinResultCallbackContextWrapper(pub NonNull<MultiConferenceJoinResultCallbackContext>);
Tuple Fields§
§0: NonNull<MultiConferenceJoinResultCallbackContext>
Trait Implementations§
impl Send for MultiConferenceJoinResultCallbackContextWrapper
Auto Trait Implementations§
impl Freeze for MultiConferenceJoinResultCallbackContextWrapper
impl RefUnwindSafe for MultiConferenceJoinResultCallbackContextWrapper
impl !Sync for MultiConferenceJoinResultCallbackContextWrapper
impl Unpin for MultiConferenceJoinResultCallbackContextWrapper
impl UnwindSafe for MultiConferenceJoinResultCallbackContextWrapper
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