pub struct WirelessDeviceStatusFeature { /* private fields */ }Expand description
Implements the WirelessDeviceStatus / 0x1d4b feature.
Trait Implementations§
Source§impl CreatableFeature for WirelessDeviceStatusFeature
impl CreatableFeature for WirelessDeviceStatusFeature
Source§const STARTING_VERSION: u8 = 0
const STARTING_VERSION: u8 = 0
The version of the feature the implementation starts to support.
Source§impl Drop for WirelessDeviceStatusFeature
impl Drop for WirelessDeviceStatusFeature
Source§impl EmittingFeature<WirelessDeviceStatusEvent> for WirelessDeviceStatusFeature
impl EmittingFeature<WirelessDeviceStatusEvent> for WirelessDeviceStatusFeature
Source§fn listen(&self) -> Receiver<WirelessDeviceStatusEvent>
fn listen(&self) -> Receiver<WirelessDeviceStatusEvent>
Creates a receiver that is being notified whenever a new event of type
T is emitted by the feature.impl Feature for WirelessDeviceStatusFeature
Auto Trait Implementations§
impl !RefUnwindSafe for WirelessDeviceStatusFeature
impl !UnwindSafe for WirelessDeviceStatusFeature
impl Freeze for WirelessDeviceStatusFeature
impl Send for WirelessDeviceStatusFeature
impl Sync for WirelessDeviceStatusFeature
impl Unpin for WirelessDeviceStatusFeature
impl UnsafeUnpin for WirelessDeviceStatusFeature
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more