Struct 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