Struct re_set_lib::signals::WifiDeviceAdded
source · pub struct WifiDeviceAdded {
pub device: WifiDevice,
}
Fields§
§device: WifiDevice
Trait Implementations§
source§impl AppendAll for WifiDeviceAdded
impl AppendAll for WifiDeviceAdded
source§fn append(&self, i: &mut IterAppend<'_>)
fn append(&self, i: &mut IterAppend<'_>)
Performs the append operation by borrowing self.
source§impl Debug for WifiDeviceAdded
impl Debug for WifiDeviceAdded
source§impl ReadAll for WifiDeviceAdded
impl ReadAll for WifiDeviceAdded
source§impl SignalArgs for WifiDeviceAdded
impl SignalArgs for WifiDeviceAdded
source§fn to_emit_message(&self, path: &Path<'_>) -> Messagewhere
Self: AppendAll,
fn to_emit_message(&self, path: &Path<'_>) -> Messagewhere
Self: AppendAll,
Returns a message that emits the signal.
source§fn from_message(m: &Message) -> Option<Self>
fn from_message(m: &Message) -> Option<Self>
If the message is a signal of the correct type, return its arguments, otherwise return None. Read more
Auto Trait Implementations§
impl Freeze for WifiDeviceAdded
impl RefUnwindSafe for WifiDeviceAdded
impl Send for WifiDeviceAdded
impl Sync for WifiDeviceAdded
impl Unpin for WifiDeviceAdded
impl UnwindSafe for WifiDeviceAdded
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