Struct netlink_packet_route::rtnl::link::nlas::InetDevConf[][src]

pub struct InetDevConf {
Show 31 fields pub forwarding: i32, pub mc_forwarding: i32, pub proxy_arp: i32, pub accept_redirects: i32, pub secure_redirects: i32, pub send_redirects: i32, pub shared_media: i32, pub rp_filter: i32, pub accept_source_route: i32, pub bootp_relay: i32, pub log_martians: i32, pub tag: i32, pub arpfilter: i32, pub medium_id: i32, pub noxfrm: i32, pub nopolicy: i32, pub force_igmp_version: i32, pub arp_announce: i32, pub arp_ignore: i32, pub promote_secondaries: i32, pub arp_accept: i32, pub arp_notify: i32, pub accept_local: i32, pub src_vmark: i32, pub proxy_arp_pvlan: i32, pub route_localnet: i32, pub igmpv2_unsolicited_report_interval: i32, pub igmpv3_unsolicited_report_interval: i32, pub ignore_routes_with_linkdown: i32, pub drop_unicast_in_l2_multicast: i32, pub drop_gratuitous_arp: i32,
}

Fields

forwarding: i32mc_forwarding: i32proxy_arp: i32accept_redirects: i32secure_redirects: i32send_redirects: i32shared_media: i32rp_filter: i32accept_source_route: i32bootp_relay: i32log_martians: i32tag: i32arpfilter: i32medium_id: i32noxfrm: i32nopolicy: i32force_igmp_version: i32arp_announce: i32arp_ignore: i32promote_secondaries: i32arp_accept: i32arp_notify: i32accept_local: i32src_vmark: i32proxy_arp_pvlan: i32route_localnet: i32igmpv2_unsolicited_report_interval: i32igmpv3_unsolicited_report_interval: i32ignore_routes_with_linkdown: i32drop_unicast_in_l2_multicast: i32drop_gratuitous_arp: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Return the length of the serialized data.

Serialize this types and write the serialized data into the given buffer. Read more

Deserialize the current type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.