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§
source§impl Clone for JSCException
impl Clone for JSCException
source§fn clone(&self) -> JSCException
fn clone(&self) -> JSCException
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more