Struct netsim_embed::arp::ArpHardwareType [−][src]
pub struct ArpHardwareType(pub u16);
Represents the ARP hardware types.
Implementations
impl ArpHardwareType
[src]
impl ArpHardwareType
[src]pub fn new(value: u16) -> ArpHardwareType
[src]
Create a new ArpHardwareType
.
Trait Implementations
impl Clone for ArpHardwareType
[src]
impl Clone for ArpHardwareType
[src]pub fn clone(&self) -> ArpHardwareType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ArpHardwareType
[src]
impl Copy for ArpHardwareType
[src]impl Debug for ArpHardwareType
[src]
impl Debug for ArpHardwareType
[src]impl Eq for ArpHardwareType
[src]
impl Eq for ArpHardwareType
[src]impl Hash for ArpHardwareType
[src]
impl Hash for ArpHardwareType
[src]impl Ord for ArpHardwareType
[src]
impl Ord for ArpHardwareType
[src]impl PartialEq<ArpHardwareType> for ArpHardwareType
[src]
impl PartialEq<ArpHardwareType> for ArpHardwareType
[src]pub fn eq(&self, other: &ArpHardwareType) -> bool
[src]
pub fn ne(&self, other: &ArpHardwareType) -> bool
[src]
impl PartialOrd<ArpHardwareType> for ArpHardwareType
[src]
impl PartialOrd<ArpHardwareType> for ArpHardwareType
[src]pub fn partial_cmp(&self, other: &ArpHardwareType) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl PrimitiveValues for ArpHardwareType
[src]
impl PrimitiveValues for ArpHardwareType
[src]impl StructuralEq for ArpHardwareType
[src]
impl StructuralEq for ArpHardwareType
[src]impl StructuralPartialEq for ArpHardwareType
[src]
impl StructuralPartialEq for ArpHardwareType
[src]Auto Trait Implementations
impl RefUnwindSafe for ArpHardwareType
impl RefUnwindSafe for ArpHardwareType
impl Send for ArpHardwareType
impl Send for ArpHardwareType
impl Sync for ArpHardwareType
impl Sync for ArpHardwareType
impl Unpin for ArpHardwareType
impl Unpin for ArpHardwareType
impl UnwindSafe for ArpHardwareType
impl UnwindSafe for ArpHardwareType
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,