Struct nix::sys::socket::sockopt::SocketError
pub struct SocketError;Documentation
Get and clear the pending socket error.
Trait Implementations
impl Clone for SocketError
fn clone(&Self) -> SocketErrorimpl Copy for SocketErrorimpl Debug for SocketError
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for SocketErrorimpl Hash for SocketError
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<SocketError> for SocketError
fn eq(&Self, other: &SocketError) -> boolimpl GetSockOpt for SocketError
impl StructuralEq for SocketErrorimpl StructuralPartialEq for SocketErrorAuto Trait Implementations
impl RefUnwindSafe for SocketErrorimpl Send for SocketErrorimpl Sync for SocketErrorimpl Unpin for SocketErrorimpl UnwindSafe for SocketErrorBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T