#[repr(u16)]pub enum VrfPort {
Unspec = 0,
Table = 1,
_MAX = 2,
}
Variants§
Trait Implementations§
Source§impl<'a> Index<VrfPort> for VrfPortTbl<'a>
impl<'a> Index<VrfPort> for VrfPortTbl<'a>
Source§impl<'a> IndexMut<VrfPort> for VrfPortTbl<'a>
impl<'a> IndexMut<VrfPort> for VrfPortTbl<'a>
impl Copy for VrfPort
impl Eq for VrfPort
impl StructuralPartialEq for VrfPort
Auto Trait Implementations§
impl Freeze for VrfPort
impl RefUnwindSafe for VrfPort
impl Send for VrfPort
impl Sync for VrfPort
impl Unpin for VrfPort
impl UnwindSafe for VrfPort
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