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