pub struct FunctionRef {
pub module: AtomIndex,
pub function: AtomIndex,
pub arity: u8,
}Fields§
§module: AtomIndex§function: AtomIndex§arity: u8Trait Implementations§
Source§impl Clone for FunctionRef
impl Clone for FunctionRef
Source§fn clone(&self) -> FunctionRef
fn clone(&self) -> FunctionRef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FunctionRef
impl Debug for FunctionRef
Source§impl PartialEq for FunctionRef
impl PartialEq for FunctionRef
impl StructuralPartialEq for FunctionRef
Auto Trait Implementations§
impl Freeze for FunctionRef
impl RefUnwindSafe for FunctionRef
impl Send for FunctionRef
impl Sync for FunctionRef
impl Unpin for FunctionRef
impl UnwindSafe for FunctionRef
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