Struct windows_sys::Networking::Proximity::PeerDiscoveryTypes
[−]#[repr(transparent)]pub struct PeerDiscoveryTypes(pub u32);
Expand description
Required features: ‘Networking_Proximity’
Tuple Fields
0: u32
Implementations
impl PeerDiscoveryTypes
impl PeerDiscoveryTypes
Trait Implementations
impl Clone for PeerDiscoveryTypes
impl Clone for PeerDiscoveryTypes
impl Copy for PeerDiscoveryTypes
Auto Trait Implementations
impl RefUnwindSafe for PeerDiscoveryTypes
impl Send for PeerDiscoveryTypes
impl Sync for PeerDiscoveryTypes
impl Unpin for PeerDiscoveryTypes
impl UnwindSafe for PeerDiscoveryTypes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more