pub struct ExternRef {
pub value: i64,
}
Fields§
§value: i64
Trait Implementations§
Source§impl<'a> From<&'a ExternRef> for InvokeParam<'a>
impl<'a> From<&'a ExternRef> for InvokeParam<'a>
Auto Trait Implementations§
impl Freeze for ExternRef
impl RefUnwindSafe for ExternRef
impl Send for ExternRef
impl Sync for ExternRef
impl Unpin for ExternRef
impl UnwindSafe for ExternRef
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