Struct windows_sys::Win32::NetworkManagement::P2P::PEER_PEOPLE_NEAR_ME
[−]#[repr(C)]pub struct PEER_PEOPLE_NEAR_ME {
pub pwzNickName: PWSTR,
pub endpoint: PEER_ENDPOINT,
pub id: GUID,
}
Expand description
Required features: "Win32_NetworkManagement_P2P"
, "Win32_Networking_WinSock"
Fields
pwzNickName: PWSTR
endpoint: PEER_ENDPOINT
id: GUID
Trait Implementations
impl Clone for PEER_PEOPLE_NEAR_ME
impl Clone for PEER_PEOPLE_NEAR_ME
impl Copy for PEER_PEOPLE_NEAR_ME
Auto Trait Implementations
impl RefUnwindSafe for PEER_PEOPLE_NEAR_ME
impl !Send for PEER_PEOPLE_NEAR_ME
impl !Sync for PEER_PEOPLE_NEAR_ME
impl Unpin for PEER_PEOPLE_NEAR_ME
impl UnwindSafe for PEER_PEOPLE_NEAR_ME
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