Struct windows::Win32::NetworkManagement::P2P::PEER_APPLICATION
#[repr(C)]pub struct PEER_APPLICATION {
pub id: GUID,
pub data: PEER_DATA,
pub pwzDescription: PWSTR,
}
Fields§
§id: GUID
§data: PEER_DATA
§pwzDescription: PWSTR
Trait Implementations§
§impl Clone for PEER_APPLICATION
impl Clone for PEER_APPLICATION
§fn clone(&self) -> PEER_APPLICATION
fn clone(&self) -> PEER_APPLICATION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PEER_APPLICATION
impl Debug for PEER_APPLICATION
§impl Default for PEER_APPLICATION
impl Default for PEER_APPLICATION
§impl PartialEq for PEER_APPLICATION
impl PartialEq for PEER_APPLICATION
§fn eq(&self, other: &PEER_APPLICATION) -> bool
fn eq(&self, other: &PEER_APPLICATION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PEER_APPLICATION
impl Eq for PEER_APPLICATION
impl StructuralPartialEq for PEER_APPLICATION
Auto Trait Implementations§
impl Freeze for PEER_APPLICATION
impl RefUnwindSafe for PEER_APPLICATION
impl !Send for PEER_APPLICATION
impl !Sync for PEER_APPLICATION
impl Unpin for PEER_APPLICATION
impl UnwindSafe for PEER_APPLICATION
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)