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