#[repr(C)]pub struct StateChangeCallbackContext { /* private fields */ }
Auto Trait Implementations§
impl Freeze for StateChangeCallbackContext
impl RefUnwindSafe for StateChangeCallbackContext
impl !Send for StateChangeCallbackContext
impl !Sync for StateChangeCallbackContext
impl !Unpin for StateChangeCallbackContext
impl UnwindSafe for StateChangeCallbackContext
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