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