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