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