Struct javascriptcore_rs_sys::JSCWeakValue 
source · #[repr(C)]pub struct JSCWeakValue {
    pub parent: GObject,
    pub priv_: *mut JSCWeakValuePrivate,
}Fields§
§parent: GObject§priv_: *mut JSCWeakValuePrivateTrait Implementations§
source§impl Clone for JSCWeakValue
 
impl Clone for JSCWeakValue
source§fn clone(&self) -> JSCWeakValue
 
fn clone(&self) -> JSCWeakValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for JSCWeakValue
 
impl Debug for JSCWeakValue
impl Copy for JSCWeakValue
Auto Trait Implementations§
impl RefUnwindSafe for JSCWeakValue
impl !Send for JSCWeakValue
impl !Sync for JSCWeakValue
impl Unpin for JSCWeakValue
impl UnwindSafe for JSCWeakValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more