Struct windows_sys::Win32::NetworkManagement::P2P::DRT_EVENT_DATA_0_2
#[repr(C)]pub struct DRT_EVENT_DATA_0_2 {
pub status: DRT_STATUS,
pub bootstrapAddresses: DRT_EVENT_DATA_0_2_0,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§status: DRT_STATUS
§bootstrapAddresses: DRT_EVENT_DATA_0_2_0
Trait Implementations§
§impl Clone for DRT_EVENT_DATA_0_2
impl Clone for DRT_EVENT_DATA_0_2
impl Copy for DRT_EVENT_DATA_0_2
Auto Trait Implementations§
impl RefUnwindSafe for DRT_EVENT_DATA_0_2
impl !Send for DRT_EVENT_DATA_0_2
impl !Sync for DRT_EVENT_DATA_0_2
impl Unpin for DRT_EVENT_DATA_0_2
impl UnwindSafe for DRT_EVENT_DATA_0_2
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