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