Struct nix::sys::socket::sockopt::SockType
pub struct SockType;
Documentation
Gets the socket type as an integer.
Trait Implementations
impl Debug for SockType
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for SockType
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl GetSockOpt for SockType
impl StructuralEq for SockType
impl StructuralPartialEq for SockType
Auto Trait Implementations
impl RefUnwindSafe for SockType
impl UnwindSafe for SockType
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T