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