Struct mozjs::jsapi::ObjectPrivateVisitor
[−]
[src]
#[repr(C)]pub struct ObjectPrivateVisitor { pub _vftable: *const _vftable_ObjectPrivateVisitor, pub getISupports_: Option<unsafe extern "C" fn() -> bool>, }
Fields
_vftable: *const _vftable_ObjectPrivateVisitor
getISupports_: Option<unsafe extern "C" fn() -> bool>
Trait Implementations
impl Debug for ObjectPrivateVisitor
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more