pub type DOMInstanceClassHasProtoAtDepth = Option<unsafe extern "C" fn(arg1: *const JSClass, arg2: u32, arg3: u32) -> bool>;Aliased Type§
pub enum DOMInstanceClassHasProtoAtDepth {
None,
Some(unsafe extern "C" fn(*const JSClass, u32, u32) -> bool),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const JSClass, u32, u32) -> 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.