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