#[repr(C)]
pub union TRANSMIT_PACKETS_ELEMENT_0 {
pub Anonymous: TRANSMIT_PACKETS_ELEMENT_0_0,
pub pBuffer: *mut c_void,
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
Fields
Anonymous: TRANSMIT_PACKETS_ELEMENT_0_0
pBuffer: *mut c_void
Trait Implementations
impl Clone for TRANSMIT_PACKETS_ELEMENT_0
impl Clone for TRANSMIT_PACKETS_ELEMENT_0
impl Copy for TRANSMIT_PACKETS_ELEMENT_0
Auto Trait Implementations
impl RefUnwindSafe for TRANSMIT_PACKETS_ELEMENT_0
impl !Send for TRANSMIT_PACKETS_ELEMENT_0
impl !Sync for TRANSMIT_PACKETS_ELEMENT_0
impl Unpin for TRANSMIT_PACKETS_ELEMENT_0
impl UnwindSafe for TRANSMIT_PACKETS_ELEMENT_0
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