Struct windows_sys::Networking::Sockets::SocketMessageType
[−]#[repr(transparent)]pub struct SocketMessageType(pub i32);
Expand description
Required features: "Networking_Sockets"
Tuple Fields
0: i32
Implementations
impl SocketMessageType
impl SocketMessageType
Trait Implementations
impl Clone for SocketMessageType
impl Clone for SocketMessageType
impl Copy for SocketMessageType
Auto Trait Implementations
impl RefUnwindSafe for SocketMessageType
impl Send for SocketMessageType
impl Sync for SocketMessageType
impl Unpin for SocketMessageType
impl UnwindSafe for SocketMessageType
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