Struct windows_sys::Win32::NetworkManagement::P2P::DRT_EVENT_DATA_0_1
[−]#[repr(C)]pub struct DRT_EVENT_DATA_0_1 {
pub state: DRT_REGISTRATION_STATE,
pub localKey: DRT_DATA,
}
Expand description
Required features: "Win32_NetworkManagement_P2P"
, "Win32_Foundation"
, "Win32_Networking_WinSock"
Fields
state: DRT_REGISTRATION_STATE
localKey: DRT_DATA
Trait Implementations
impl Clone for DRT_EVENT_DATA_0_1
impl Clone for DRT_EVENT_DATA_0_1
impl Copy for DRT_EVENT_DATA_0_1
Auto Trait Implementations
impl RefUnwindSafe for DRT_EVENT_DATA_0_1
impl !Send for DRT_EVENT_DATA_0_1
impl !Sync for DRT_EVENT_DATA_0_1
impl Unpin for DRT_EVENT_DATA_0_1
impl UnwindSafe for DRT_EVENT_DATA_0_1
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