Struct windows_sys::Networking::Sockets::SocketActivityKind
[−]#[repr(transparent)]pub struct SocketActivityKind(pub i32);
Expand description
Required features: "Networking_Sockets"
Tuple Fields
0: i32
Implementations
impl SocketActivityKind
impl SocketActivityKind
pub const None: Self = Self(0i32)
pub const StreamSocketListener: Self = Self(1i32)
pub const DatagramSocket: Self = Self(2i32)
pub const StreamSocket: Self = Self(3i32)
Trait Implementations
impl Clone for SocketActivityKind
impl Clone for SocketActivityKind
impl Copy for SocketActivityKind
Auto Trait Implementations
impl RefUnwindSafe for SocketActivityKind
impl Send for SocketActivityKind
impl Sync for SocketActivityKind
impl Unpin for SocketActivityKind
impl UnwindSafe for SocketActivityKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more