pub struct BeamExtFunc {
pub module: String,
pub function: String,
pub arity: u32,
}Expand description
An external function reference (Module:Function/Arity).
Fields§
§module: String§function: String§arity: u32Trait Implementations§
Source§impl Clone for BeamExtFunc
impl Clone for BeamExtFunc
Source§fn clone(&self) -> BeamExtFunc
fn clone(&self) -> BeamExtFunc
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 BeamExtFunc
impl Debug for BeamExtFunc
Auto Trait Implementations§
impl Freeze for BeamExtFunc
impl RefUnwindSafe for BeamExtFunc
impl Send for BeamExtFunc
impl Sync for BeamExtFunc
impl Unpin for BeamExtFunc
impl UnsafeUnpin for BeamExtFunc
impl UnwindSafe for BeamExtFunc
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