Struct js::jsapi::PersistentRootedBase
[−]
[src]
#[repr(C)]pub struct PersistentRootedBase<T> { pub _phantom0: PhantomData<T>, }
Fields
_phantom0: PhantomData<T>
Trait Implementations
impl<T: Debug> Debug for PersistentRootedBase<T>
[src]
impl<T: Copy> Copy for PersistentRootedBase<T>
[src]
impl<T: Clone> Clone for PersistentRootedBase<T>
[src]
fn clone(&self) -> PersistentRootedBase<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