pub enum AddressFunctionEntry {
UserFunction = 0,
LibCall = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for AddressFunctionEntry
impl Clone for AddressFunctionEntry
Source§fn clone(&self) -> AddressFunctionEntry
fn clone(&self) -> AddressFunctionEntry
Returns a copy 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 AddressFunctionEntry
impl Debug for AddressFunctionEntry
Source§impl From<u64> for AddressFunctionEntry
impl From<u64> for AddressFunctionEntry
Source§impl PartialEq for AddressFunctionEntry
impl PartialEq for AddressFunctionEntry
impl StructuralPartialEq for AddressFunctionEntry
Auto Trait Implementations§
impl Freeze for AddressFunctionEntry
impl RefUnwindSafe for AddressFunctionEntry
impl Send for AddressFunctionEntry
impl Sync for AddressFunctionEntry
impl Unpin for AddressFunctionEntry
impl UnwindSafe for AddressFunctionEntry
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