Struct mozjs::jsapi::FakeRooted
[−]
[src]
#[repr(C)]pub struct FakeRooted<T> { pub _base: RootedBase<T>, pub ptr: T, }
Interface substitute for Rooted
Fields
_base: RootedBase<T>
ptr: T
Trait Implementations
impl<T: Debug> Debug for FakeRooted<T>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<T: Copy> Copy for FakeRooted<T>
[src]
impl<T: Clone> Clone for FakeRooted<T>
[src]
fn clone(&self) -> FakeRooted<T>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more