pub struct mcontext { /* private fields */ }Auto Trait Implementations§
impl Freeze for mcontext
impl RefUnwindSafe for mcontext
impl Send for mcontext
impl Sync for mcontext
impl Unpin for mcontext
impl UnsafeUnpin for mcontext
impl UnwindSafe for mcontext
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