Struct windows::Win32::NetworkManagement::P2P::PEER_PRESENCE_STATUS
#[repr(transparent)]pub struct PEER_PRESENCE_STATUS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for PEER_PRESENCE_STATUS
impl Clone for PEER_PRESENCE_STATUS
§impl Debug for PEER_PRESENCE_STATUS
impl Debug for PEER_PRESENCE_STATUS
§impl Default for PEER_PRESENCE_STATUS
impl Default for PEER_PRESENCE_STATUS
§impl PartialEq for PEER_PRESENCE_STATUS
impl PartialEq for PEER_PRESENCE_STATUS
§fn eq(&self, other: &PEER_PRESENCE_STATUS) -> bool
fn eq(&self, other: &PEER_PRESENCE_STATUS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PEER_PRESENCE_STATUS
impl Eq for PEER_PRESENCE_STATUS
impl StructuralEq for PEER_PRESENCE_STATUS
impl StructuralPartialEq for PEER_PRESENCE_STATUS
Auto Trait Implementations§
impl RefUnwindSafe for PEER_PRESENCE_STATUS
impl Send for PEER_PRESENCE_STATUS
impl Sync for PEER_PRESENCE_STATUS
impl Unpin for PEER_PRESENCE_STATUS
impl UnwindSafe for PEER_PRESENCE_STATUS
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