[−][src]Struct net_parser_rs::layer3::arp::Arp
Fields
sender_ip: IpAddr
sender_mac: MacAddress
target_ip: IpAddr
target_mac: MacAddress
operation: u16
Methods
impl Arp
[src]
pub fn new(
sender_ip: Ipv4Addr,
sender_mac: [u8; 6],
target_ip: Ipv4Addr,
target_mac: [u8; 6],
operation: u16
) -> Arp
[src]
sender_ip: Ipv4Addr,
sender_mac: [u8; 6],
target_ip: Ipv4Addr,
target_mac: [u8; 6],
operation: u16
) -> Arp
pub fn parse(input: &[u8]) -> Result<(&[u8], Arp), Error>
[src]
Trait Implementations
impl Clone for Arp
[src]
impl Copy for Arp
[src]
impl Debug for Arp
[src]
impl FlowExtraction for Arp
[src]
Auto Trait Implementations
impl RefUnwindSafe for Arp
impl Send for Arp
impl Sync for Arp
impl Unpin for Arp
impl UnwindSafe for Arp
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,