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
pub const StreamSocketListener: Self
pub const DatagramSocket: Self
pub const StreamSocket: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more