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