Struct windows_sys::Win32::Networking::WinSock::WSABUF
[−]Expand description
Required features: "Win32_Networking_WinSock"
Fields
len: u32
buf: PSTR
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WSABUF
impl !Send for WSABUF
impl !Sync for WSABUF
impl Unpin for WSABUF
impl UnwindSafe for WSABUF
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