#[repr(C)]pub struct WSABUF {
pub len: u32,
pub buf: *mut u8,
}🔬This is a nightly-only experimental API. (
windows_c)Fields§
§len: u32🔬This is a nightly-only experimental API. (
§windows_c)buf: *mut u8🔬This is a nightly-only experimental API. (
windows_c)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§
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