#[repr(C)]pub struct WSABUF {
pub len: ULONG,
pub buf: *mut CHAR,
}
Fields§
§len: ULONG
§buf: *mut CHAR
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