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