Struct windows_sys::Win32::Networking::WinSock::WSABUF
#[repr(C)]pub struct WSABUF {
pub len: u32,
pub buf: PSTR,
}
Fields§
§len: u32
§buf: PSTR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WSABUF
impl RefUnwindSafe for WSABUF
impl !Send for WSABUF
impl !Sync for WSABUF
impl Unpin for WSABUF
impl UnwindSafe for WSABUF
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)