Struct javascriptcore_rs_sys::JSCException
source · [−]#[repr(C)]pub struct JSCException {
pub parent: GObject,
pub priv_: *mut JSCExceptionPrivate,
}
Fields
parent: GObject
priv_: *mut JSCExceptionPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JSCException
impl !Send for JSCException
impl !Sync for JSCException
impl Unpin for JSCException
impl UnwindSafe for JSCException
Blanket Implementations
Mutably borrows from an owned value. Read more