#[repr(C)]pub struct WSANETWORKEVENTS {
pub lNetworkEvents: c_long,
pub iErrorCode: [c_int; 10],
}
Fields§
§lNetworkEvents: c_long
§iErrorCode: [c_int; 10]
Trait Implementations§
Source§impl Clone for WSANETWORKEVENTS
impl Clone for WSANETWORKEVENTS
Source§fn clone(&self) -> WSANETWORKEVENTS
fn clone(&self) -> WSANETWORKEVENTS
Returns a duplicate 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 moreSource§impl Default for WSANETWORKEVENTS
impl Default for WSANETWORKEVENTS
Source§fn default() -> WSANETWORKEVENTS
fn default() -> WSANETWORKEVENTS
Returns the “default value” for a type. Read more
impl Copy for WSANETWORKEVENTS
Auto Trait Implementations§
impl Freeze for WSANETWORKEVENTS
impl RefUnwindSafe for WSANETWORKEVENTS
impl Send for WSANETWORKEVENTS
impl Sync for WSANETWORKEVENTS
impl Unpin for WSANETWORKEVENTS
impl UnwindSafe for WSANETWORKEVENTS
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