Struct windows_sys::Win32::Networking::WinSock::RIO_BUF
[−]#[repr(C)]pub struct RIO_BUF {
pub BufferId: *mut RIO_BUFFERID_t,
pub Offset: u32,
pub Length: u32,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
BufferId: *mut RIO_BUFFERID_t
Offset: u32
Length: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RIO_BUF
impl !Send for RIO_BUF
impl !Sync for RIO_BUF
impl Unpin for RIO_BUF
impl UnwindSafe for RIO_BUF
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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