pub struct FuncAddr(usize);Expand description
An address to a function instance that lives in a specific Store.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Addr for FuncAddr
impl Addr for FuncAddr
fn new_unchecked(inner: usize) -> Self
fn into_inner(self) -> usize
impl Copy for FuncAddr
impl Eq for FuncAddr
impl StructuralPartialEq for FuncAddr
Auto Trait Implementations§
impl Freeze for FuncAddr
impl RefUnwindSafe for FuncAddr
impl Send for FuncAddr
impl Sync for FuncAddr
impl Unpin for FuncAddr
impl UnwindSafe for FuncAddr
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