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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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
Source§fn eq(&self, other: &AddressFunctionEntry) -> bool
fn eq(&self, other: &AddressFunctionEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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