Struct javascriptcore6_sys::JSCWeakValue
source · #[repr(C)]pub struct JSCWeakValue { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JSCWeakValue
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