pub struct ExtendedNat {
pub src_address: Address,
pub dst_address: Address,
}Expand description
Fields§
§src_address: AddressSource address type
dst_address: AddressDestination address type
Trait Implementations§
Source§impl Clone for ExtendedNat
impl Clone for ExtendedNat
Source§fn clone(&self) -> ExtendedNat
fn clone(&self) -> ExtendedNat
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 ExtendedNat
impl Debug for ExtendedNat
Source§impl PartialEq for ExtendedNat
impl PartialEq for ExtendedNat
impl Eq for ExtendedNat
impl StructuralPartialEq for ExtendedNat
Auto Trait Implementations§
impl Freeze for ExtendedNat
impl RefUnwindSafe for ExtendedNat
impl Send for ExtendedNat
impl Sync for ExtendedNat
impl Unpin for ExtendedNat
impl UnwindSafe for ExtendedNat
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