Struct mozjs::glue::ForwardingProxyHandler
[−]
[src]
#[repr(C)]pub struct ForwardingProxyHandler { pub mTraps: ProxyTraps, pub mExtra: *const c_void, }
Fields
mTraps: ProxyTraps
mExtra: *const c_void
Trait Implementations
impl Copy for ForwardingProxyHandler
[src]
impl Clone for ForwardingProxyHandler
[src]
fn clone(&self) -> ForwardingProxyHandler
[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
impl Default for ForwardingProxyHandler
[src]
fn default() -> ForwardingProxyHandler
[src]
Returns the "default value" for a type. Read more