#[repr(u8)]pub enum Safi {
Unicast = 1,
Multicast = 2,
FlowSpec = 133,
}Expand description
Subsequent Address Family Identifier (IANA).
Variants§
Unicast = 1
Unicast forwarding (SAFI 1).
Multicast = 2
Multicast forwarding (SAFI 2).
FlowSpec = 133
RFC 8955 FlowSpec.
Implementations§
Trait Implementations§
impl Copy for Safi
impl Eq for Safi
impl StructuralPartialEq for Safi
Auto Trait Implementations§
impl Freeze for Safi
impl RefUnwindSafe for Safi
impl Send for Safi
impl Sync for Safi
impl Unpin for Safi
impl UnsafeUnpin for Safi
impl UnwindSafe for Safi
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