pub trait AddressX64: Address {
    fn new_u64(addr: u64) -> Self;
    fn as_u64(&self) -> u64;
}

Required methods

Implementors