Struct js::jsapi::FakeMutableHandle
[−]
[src]
#[repr(C)]pub struct FakeMutableHandle<T> { pub _base: MutableHandleBase<T>, pub ptr: *mut T, }
Interface substitute for MutableHandle
Fields
_base: MutableHandleBase<T>
ptr: *mut T
Trait Implementations
impl<T: Debug> Debug for FakeMutableHandle<T>
[src]
impl<T: Copy> Copy for FakeMutableHandle<T>
[src]
impl<T: Clone> Clone for FakeMutableHandle<T>
[src]
fn clone(&self) -> FakeMutableHandle<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