#[repr(u16)]pub enum AarpOpcode {
Request = 1,
Response = 2,
Probe = 3,
}Variants§
Trait Implementations§
Source§impl Clone for AarpOpcode
impl Clone for AarpOpcode
Source§fn clone(&self) -> AarpOpcode
fn clone(&self) -> AarpOpcode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AarpOpcode
impl Debug for AarpOpcode
Source§impl PartialEq for AarpOpcode
impl PartialEq for AarpOpcode
Source§fn eq(&self, other: &AarpOpcode) -> bool
fn eq(&self, other: &AarpOpcode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AarpOpcode
impl Eq for AarpOpcode
impl StructuralPartialEq for AarpOpcode
Auto Trait Implementations§
impl Freeze for AarpOpcode
impl RefUnwindSafe for AarpOpcode
impl Send for AarpOpcode
impl Sync for AarpOpcode
impl Unpin for AarpOpcode
impl UnsafeUnpin for AarpOpcode
impl UnwindSafe for AarpOpcode
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