Struct windows_sys::Win32::Networking::WinSock::RIO_CMSG_BUFFER
[−]#[repr(C)]pub struct RIO_CMSG_BUFFER {
pub TotalLength: u32,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
TotalLength: u32
Trait Implementations
impl Clone for RIO_CMSG_BUFFER
impl Clone for RIO_CMSG_BUFFER
impl Copy for RIO_CMSG_BUFFER
Auto Trait Implementations
impl RefUnwindSafe for RIO_CMSG_BUFFER
impl Send for RIO_CMSG_BUFFER
impl Sync for RIO_CMSG_BUFFER
impl Unpin for RIO_CMSG_BUFFER
impl UnwindSafe for RIO_CMSG_BUFFER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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