pub struct RtMsg {
pub dst: Option<SocketAddr>,
pub gw: Option<SocketAddr>,
pub mask: Option<SocketAddr>,
pub genmask: Option<SocketAddr>,
pub ifp: Option<SocketDlAddr>,
pub ifa: Option<SocketAddr>,
pub author: Option<SocketAddr>,
pub brd: Option<SocketAddr>,
pub src: Option<SocketAddr>,
pub delay: Option<u32>,
}
Fields§
§dst: Option<SocketAddr>
§gw: Option<SocketAddr>
§mask: Option<SocketAddr>
§genmask: Option<SocketAddr>
§ifp: Option<SocketDlAddr>
§ifa: Option<SocketAddr>
§brd: Option<SocketAddr>
§src: Option<SocketAddr>
§delay: Option<u32>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RtMsg
impl RefUnwindSafe for RtMsg
impl Send for RtMsg
impl Sync for RtMsg
impl Unpin for RtMsg
impl UnwindSafe for RtMsg
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