pub struct PktInfoV4 {
pub if_index: u64,
pub addr_dst: Ipv4Addr,
}Expand description
Represents IN_PKTINFO structure.
Fields§
§if_index: u64Interface index
addr_dst: Ipv4AddrHeader destination address
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PktInfoV4
impl RefUnwindSafe for PktInfoV4
impl Send for PktInfoV4
impl Sync for PktInfoV4
impl Unpin for PktInfoV4
impl UnwindSafe for PktInfoV4
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