#[repr(C)]pub struct JsiWeakObject { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ExternType for JsiWeakObject
impl ExternType for JsiWeakObject
impl UniquePtrTarget for JsiWeakObject
Auto Trait Implementations§
impl !Freeze for JsiWeakObject
impl RefUnwindSafe for JsiWeakObject
impl !Send for JsiWeakObject
impl !Sync for JsiWeakObject
impl !Unpin for JsiWeakObject
impl UnwindSafe for JsiWeakObject
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