Struct windows_sys::Networking::Proximity::PeerWatcherStatus
[−]#[repr(transparent)]pub struct PeerWatcherStatus(pub i32);
Expand description
Required features: "Networking_Proximity"
Tuple Fields
0: i32
Implementations
impl PeerWatcherStatus
impl PeerWatcherStatus
Trait Implementations
impl Clone for PeerWatcherStatus
impl Clone for PeerWatcherStatus
impl Copy for PeerWatcherStatus
Auto Trait Implementations
impl RefUnwindSafe for PeerWatcherStatus
impl Send for PeerWatcherStatus
impl Sync for PeerWatcherStatus
impl Unpin for PeerWatcherStatus
impl UnwindSafe for PeerWatcherStatus
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