pub enum Protocol {
Show 22 variants
Route,
Unused,
Usersock,
Firewall,
SockDiag,
Nflog,
Xfrm,
SELinux,
ISCSI,
Audit,
FibLookup,
Connector,
Netfilter,
IP6Fw,
DNRtMsg,
KObjectUevent,
Generic,
SCSITransport,
ECryptFs,
RDMA,
Crypto,
SMC,
}
Variants§
Route
Unused
Usersock
Firewall
SockDiag
Nflog
Xfrm
SELinux
ISCSI
Audit
FibLookup
Connector
Netfilter
IP6Fw
DNRtMsg
KObjectUevent
Generic
SCSITransport
ECryptFs
RDMA
Crypto
SMC
Trait Implementations§
Source§impl ConvertFrom<i32> for Protocol
impl ConvertFrom<i32> for Protocol
fn convert_from(v: i32) -> Option<Self>
impl Eq for Protocol
impl StructuralPartialEq for Protocol
Auto Trait Implementations§
impl Freeze for Protocol
impl RefUnwindSafe for Protocol
impl Send for Protocol
impl Sync for Protocol
impl Unpin for Protocol
impl UnwindSafe for Protocol
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