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