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