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