Struct etherparse::EtherPayloadSlice
source · pub struct EtherPayloadSlice<'a> {
pub ether_type: EtherType,
pub payload: &'a [u8],
}Expand description
Payload of an IP packet.
Fields§
§ether_type: EtherTypeIdentifying content of the payload.
payload: &'a [u8]Payload
Trait Implementations§
source§impl<'a> Clone for EtherPayloadSlice<'a>
impl<'a> Clone for EtherPayloadSlice<'a>
source§fn clone(&self) -> EtherPayloadSlice<'a>
fn clone(&self) -> EtherPayloadSlice<'a>
Returns a copy 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<'a> Debug for EtherPayloadSlice<'a>
impl<'a> Debug for EtherPayloadSlice<'a>
source§impl<'a> From<EtherPayloadSlice<'a>> for LinuxSllPayloadSlice<'a>
impl<'a> From<EtherPayloadSlice<'a>> for LinuxSllPayloadSlice<'a>
source§fn from(value: EtherPayloadSlice<'a>) -> LinuxSllPayloadSlice<'a>
fn from(value: EtherPayloadSlice<'a>) -> LinuxSllPayloadSlice<'a>
Converts to this type from the input type.
source§impl<'a> Hash for EtherPayloadSlice<'a>
impl<'a> Hash for EtherPayloadSlice<'a>
source§impl<'a> Ord for EtherPayloadSlice<'a>
impl<'a> Ord for EtherPayloadSlice<'a>
source§fn cmp(&self, other: &EtherPayloadSlice<'a>) -> Ordering
fn cmp(&self, other: &EtherPayloadSlice<'a>) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<'a> PartialEq for EtherPayloadSlice<'a>
impl<'a> PartialEq for EtherPayloadSlice<'a>
source§impl<'a> PartialOrd for EtherPayloadSlice<'a>
impl<'a> PartialOrd for EtherPayloadSlice<'a>
source§impl<'a> TryFrom<LinuxSllPayloadSlice<'a>> for EtherPayloadSlice<'a>
impl<'a> TryFrom<LinuxSllPayloadSlice<'a>> for EtherPayloadSlice<'a>
impl<'a> Eq for EtherPayloadSlice<'a>
impl<'a> StructuralPartialEq for EtherPayloadSlice<'a>
Auto Trait Implementations§
impl<'a> Freeze for EtherPayloadSlice<'a>
impl<'a> RefUnwindSafe for EtherPayloadSlice<'a>
impl<'a> Send for EtherPayloadSlice<'a>
impl<'a> Sync for EtherPayloadSlice<'a>
impl<'a> Unpin for EtherPayloadSlice<'a>
impl<'a> UnwindSafe for EtherPayloadSlice<'a>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)