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) -> SocketError
impl Copy for SocketError
impl Debug for SocketError
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for SocketError
impl Hash for SocketError
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<SocketError> for SocketError
fn eq(&Self, other: &SocketError) -> bool
impl GetSockOpt for SocketError
impl StructuralEq for SocketError
impl StructuralPartialEq for SocketError
Auto Trait Implementations
impl RefUnwindSafe for SocketError
impl Send for SocketError
impl Sync for SocketError
impl Unpin for SocketError
impl UnwindSafe for SocketError
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T