Enum net::wire::ArpOperation  
pub enum ArpOperation {
    Request,
    Reply,
    Unknown(u16),
}Expand description
ARP operation type.
Variants§
Trait Implementations§
§impl Ord for Operation
 
impl Ord for Operation
§impl PartialOrd<Operation> for Operation
 
impl PartialOrd<Operation> for Operation
§fn partial_cmp(&self, other: &Operation) -> Option<Ordering>
 
fn partial_cmp(&self, other: &Operation) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moreimpl Copy for Operation
impl Eq for Operation
impl StructuralEq for Operation
impl StructuralPartialEq for Operation
Auto Trait Implementations§
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
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