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