#[repr(C)]pub enum NfProto {
Unspec = 0,
Inet = 1,
Ipv4 = 2,
Arp = 3,
Netdev = 5,
Bridge = 7,
Ipv6 = 10,
Decnet = 12,
Numproto = 13,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NfProto
impl RefUnwindSafe for NfProto
impl Send for NfProto
impl Sync for NfProto
impl Unpin for NfProto
impl UnwindSafe for NfProto
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