pub struct IcmpMsg {
pub in_type3: Option<i64>,
pub out_type3: Option<i64>,
}Fields§
§in_type3: Option<i64>§out_type3: Option<i64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IcmpMsg
impl RefUnwindSafe for IcmpMsg
impl Send for IcmpMsg
impl Sync for IcmpMsg
impl Unpin for IcmpMsg
impl UnwindSafe for IcmpMsg
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