Struct mozjs::jsapi::JSDOMCallbacks
[−]
[src]
#[repr(C)]pub struct JSDOMCallbacks { pub instanceClassMatchesProto: DOMInstanceClassHasProtoAtDepth, }
Fields
instanceClassMatchesProto: DOMInstanceClassHasProtoAtDepth
Trait Implementations
impl Debug for JSDOMCallbacks
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more