pub struct RouteFlags {
pub dead: bool,
pub pervasive: bool,
pub onlink: bool,
pub offload: bool,
pub linkdown: bool,
pub unresolved: bool,
pub trap: bool,
}Fields§
§dead: bool§pervasive: bool§onlink: bool§offload: bool§linkdown: bool§unresolved: bool§trap: boolTrait Implementations§
Source§impl Clone for RouteFlags
impl Clone for RouteFlags
Source§fn clone(&self) -> RouteFlags
fn clone(&self) -> RouteFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RouteFlags
impl Debug for RouteFlags
Source§impl Default for RouteFlags
impl Default for RouteFlags
Source§fn default() -> RouteFlags
fn default() -> RouteFlags
Returns the “default value” for a type. Read more
Source§impl From<RtmF> for RouteFlags
Available on Linux and crate feature netlink only.
impl From<RtmF> for RouteFlags
Available on Linux and crate feature
netlink only.impl Copy for RouteFlags
Auto Trait Implementations§
impl Freeze for RouteFlags
impl RefUnwindSafe for RouteFlags
impl Send for RouteFlags
impl Sync for RouteFlags
impl Unpin for RouteFlags
impl UnsafeUnpin for RouteFlags
impl UnwindSafe for RouteFlags
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