Struct windows_sys::Devices::Radios::RadioKind
[−]#[repr(transparent)]pub struct RadioKind(pub i32);Expand description
Required features: ‘Devices_Radios’
Tuple Fields
0: i32Implementations
impl RadioKind
impl RadioKind
pub const Other: Self
pub const WiFi: Self
pub const MobileBroadband: Self
pub const Bluetooth: Self
pub const FM: Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RadioKind
impl Send for RadioKind
impl Sync for RadioKind
impl Unpin for RadioKind
impl UnwindSafe for RadioKind
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