Type Alias ObjectPrivateVisitor_GetISupportsFun

Source
pub type ObjectPrivateVisitor_GetISupportsFun = Option<unsafe extern "C" fn(*mut JSObject, *mut *mut nsISupports) -> bool>;

Aliased Type§

pub enum ObjectPrivateVisitor_GetISupportsFun {
    None,
    Some(unsafe extern "C" fn(*mut JSObject, *mut *mut nsISupports) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut JSObject, *mut *mut nsISupports) -> bool)

Some value of type T.