Struct sphinx_packet::header::routing::nodes::EncryptedRoutingInformation
source · pub struct EncryptedRoutingInformation { /* private fields */ }Implementations§
source§impl EncryptedRoutingInformation
impl EncryptedRoutingInformation
pub fn from_bytes(bytes: [u8; 300]) -> Self
pub fn get_value_ref(&self) -> &[u8] ⓘ
Trait Implementations§
source§impl Clone for EncryptedRoutingInformation
impl Clone for EncryptedRoutingInformation
source§fn clone(&self) -> EncryptedRoutingInformation
fn clone(&self) -> EncryptedRoutingInformation
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 more