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