Struct javascriptcore5_rs_sys::JSCWeakValue
source · [−]#[repr(C)]pub struct JSCWeakValue {
pub parent: GObject,
pub priv_: *mut JSCWeakValuePrivate,
}
Fields
parent: GObject
priv_: *mut JSCWeakValuePrivate
Trait Implementations
sourceimpl Clone for JSCWeakValue
impl Clone for JSCWeakValue
sourcefn clone(&self) -> JSCWeakValue
fn clone(&self) -> JSCWeakValue
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more