#[repr(u16)]pub enum Inet6 {
Unspec = 0,
Flags = 1,
Conf = 2,
Stats = 3,
Mcast = 4,
Cacheinfo = 5,
Icmp6stats = 6,
Token = 7,
AddrGenMode = 8,
_MAX = 9,
}
Variants§
Unspec = 0
Flags = 1
Conf = 2
Stats = 3
Mcast = 4
Cacheinfo = 5
Icmp6stats = 6
Token = 7
AddrGenMode = 8
_MAX = 9
Implementations§
Trait Implementations§
Source§impl<'a> Index<Inet6> for IflaInet6Tbl<'a>
impl<'a> Index<Inet6> for IflaInet6Tbl<'a>
Source§impl<'a> IndexMut<Inet6> for IflaInet6Tbl<'a>
impl<'a> IndexMut<Inet6> for IflaInet6Tbl<'a>
impl Copy for Inet6
impl Eq for Inet6
impl StructuralPartialEq for Inet6
Auto Trait Implementations§
impl Freeze for Inet6
impl RefUnwindSafe for Inet6
impl Send for Inet6
impl Sync for Inet6
impl Unpin for Inet6
impl UnwindSafe for Inet6
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