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>
Source§fn from(i: &'a ExternRef) -> InvokeParam<'a>
fn from(i: &'a ExternRef) -> InvokeParam<'a>
Converts to this type from the input type.
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