#[repr(C)]pub struct context {
pub cx_u: context__bindgen_ty_1,
}Fields§
§cx_u: context__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl !Send for context
impl !Sync for context
impl Freeze for context
impl RefUnwindSafe for context
impl Unpin for context
impl UnsafeUnpin for context
impl UnwindSafe for context
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