Struct windows_sys::Win32::NetworkManagement::P2P::DRT_EVENT_DATA_0_2_0
[−]#[repr(C)]pub struct DRT_EVENT_DATA_0_2_0 {
pub cntAddress: u32,
pub pAddresses: *mut SOCKADDR_STORAGE,
}
Expand description
Required features: "Win32_NetworkManagement_P2P"
, "Win32_Foundation"
, "Win32_Networking_WinSock"
Fields
cntAddress: u32
pAddresses: *mut SOCKADDR_STORAGE
Trait Implementations
impl Clone for DRT_EVENT_DATA_0_2_0
impl Clone for DRT_EVENT_DATA_0_2_0
impl Copy for DRT_EVENT_DATA_0_2_0
Auto Trait Implementations
impl RefUnwindSafe for DRT_EVENT_DATA_0_2_0
impl !Send for DRT_EVENT_DATA_0_2_0
impl !Sync for DRT_EVENT_DATA_0_2_0
impl Unpin for DRT_EVENT_DATA_0_2_0
impl UnwindSafe for DRT_EVENT_DATA_0_2_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