Struct windows::Networking::Sockets::SocketErrorStatus
#[repr(transparent)]pub struct SocketErrorStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl SocketErrorStatus
impl SocketErrorStatus
pub const Unknown: Self = _
pub const OperationAborted: Self = _
pub const HttpInvalidServerResponse: Self = _
pub const ConnectionTimedOut: Self = _
pub const AddressFamilyNotSupported: Self = _
pub const SocketTypeNotSupported: Self = _
pub const HostNotFound: Self = _
pub const NoDataRecordOfRequestedType: Self = _
pub const NonAuthoritativeHostNotFound: Self = _
pub const ClassTypeNotFound: Self = _
pub const AddressAlreadyInUse: Self = _
pub const CannotAssignRequestedAddress: Self = _
pub const ConnectionRefused: Self = _
pub const NetworkIsUnreachable: Self = _
pub const UnreachableHost: Self = _
pub const NetworkIsDown: Self = _
pub const NetworkDroppedConnectionOnReset: Self = _
pub const SoftwareCausedConnectionAbort: Self = _
pub const ConnectionResetByPeer: Self = _
pub const HostIsDown: Self = _
pub const NoAddressesFound: Self = _
pub const TooManyOpenFiles: Self = _
pub const MessageTooLong: Self = _
pub const CertificateExpired: Self = _
pub const CertificateUntrustedRoot: Self = _
pub const CertificateCommonNameIsIncorrect: Self = _
pub const CertificateWrongUsage: Self = _
pub const CertificateRevoked: Self = _
pub const CertificateNoRevocationCheck: Self = _
pub const CertificateRevocationServerOffline: Self = _
pub const CertificateIsInvalid: Self = _
Trait Implementations§
§impl Clone for SocketErrorStatus
impl Clone for SocketErrorStatus
§fn clone(&self) -> SocketErrorStatus
fn clone(&self) -> SocketErrorStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SocketErrorStatus
impl Debug for SocketErrorStatus
§impl Default for SocketErrorStatus
impl Default for SocketErrorStatus
§fn default() -> SocketErrorStatus
fn default() -> SocketErrorStatus
Returns the “default value” for a type. Read more
§impl PartialEq for SocketErrorStatus
impl PartialEq for SocketErrorStatus
§fn eq(&self, other: &SocketErrorStatus) -> bool
fn eq(&self, other: &SocketErrorStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SocketErrorStatus
impl Eq for SocketErrorStatus
impl StructuralPartialEq for SocketErrorStatus
Auto Trait Implementations§
impl Freeze for SocketErrorStatus
impl RefUnwindSafe for SocketErrorStatus
impl Send for SocketErrorStatus
impl Sync for SocketErrorStatus
impl Unpin for SocketErrorStatus
impl UnwindSafe for SocketErrorStatus
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)