pub enum Ref {
Func(FuncAddr),
Extern(ExternAddr),
}
Variants§
Func(FuncAddr)
Extern(ExternAddr)
Implementations§
Trait Implementations§
impl Copy for Ref
impl StructuralPartialEq for Ref
Auto Trait Implementations§
impl RefUnwindSafe for Ref
impl Send for Ref
impl Sync for Ref
impl Unpin for Ref
impl UnwindSafe for Ref
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