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