Union windows_sys::Win32::NetworkManagement::P2P::DRT_EVENT_DATA_0
#[repr(C)]
pub union DRT_EVENT_DATA_0 {
pub leafsetKeyChange: DRT_EVENT_DATA_0_0,
pub registrationStateChange: DRT_EVENT_DATA_0_1,
pub statusChange: DRT_EVENT_DATA_0_2,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§leafsetKeyChange: DRT_EVENT_DATA_0_0
§registrationStateChange: DRT_EVENT_DATA_0_1
§statusChange: DRT_EVENT_DATA_0_2
Trait Implementations§
§impl Clone for DRT_EVENT_DATA_0
impl Clone for DRT_EVENT_DATA_0
impl Copy for DRT_EVENT_DATA_0
Auto Trait Implementations§
impl RefUnwindSafe for DRT_EVENT_DATA_0
impl !Send for DRT_EVENT_DATA_0
impl !Sync for DRT_EVENT_DATA_0
impl Unpin for DRT_EVENT_DATA_0
impl UnwindSafe for DRT_EVENT_DATA_0
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more