Struct js::jsapi::DispatchWrapper  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct DispatchWrapper<T> { pub tracer: Option<unsafe extern "C" fn()>, pub storage: T, }
Fields
tracer: Option<unsafe extern "C" fn()>
                           
                           
                           
                           storage: T
                           
            Trait Implementations
impl<T: Debug> Debug for DispatchWrapper<T>[src]
impl<T: Copy> Copy for DispatchWrapper<T>[src]
impl<T: Clone> Clone for DispatchWrapper<T>[src]
fn clone(&self) -> DispatchWrapper<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