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