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