pub struct IpData {
pub length: u16,
pub src: IpAddr,
pub dst: IpAddr,
}Fields§
§length: u16§src: IpAddr§dst: IpAddrTrait Implementations§
impl Eq for IpData
impl StructuralPartialEq for IpData
Auto Trait Implementations§
impl Freeze for IpData
impl RefUnwindSafe for IpData
impl Send for IpData
impl Sync for IpData
impl Unpin for IpData
impl UnwindSafe for IpData
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