Struct bgp_models::network::NetworkPrefix [−][src]
Expand description
A representation of a IP prefix with optional path ID.
Fields
prefix: IpNetworkpath_id: u32Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NetworkPrefix
impl Send for NetworkPrefix
impl Sync for NetworkPrefix
impl Unpin for NetworkPrefix
impl UnwindSafe for NetworkPrefix
Blanket Implementations
Mutably borrows from an owned value. Read more