pub type ObjectPrivateVisitor_GetISupportsFun = Option<unsafe extern "C" fn(obj: *mut JSObject, iface: *mut *mut nsISupports) -> bool>;Aliased Type§
pub enum ObjectPrivateVisitor_GetISupportsFun {
None,
Some(unsafe extern "C" fn(*mut JSObject, *mut *mut nsISupports) -> bool),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut JSObject, *mut *mut nsISupports) -> bool)
Some value of type T.
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.