Struct re_set_lib::signals::WifiDeviceRemoved
source · pub struct WifiDeviceRemoved {
pub path: Path<'static>,
}
Fields§
§path: Path<'static>
Trait Implementations§
source§impl AppendAll for WifiDeviceRemoved
impl AppendAll for WifiDeviceRemoved
source§fn append(&self, i: &mut IterAppend<'_>)
fn append(&self, i: &mut IterAppend<'_>)
Performs the append operation by borrowing self.
source§impl Debug for WifiDeviceRemoved
impl Debug for WifiDeviceRemoved
source§impl ReadAll for WifiDeviceRemoved
impl ReadAll for WifiDeviceRemoved
source§impl SignalArgs for WifiDeviceRemoved
impl SignalArgs for WifiDeviceRemoved
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 WifiDeviceRemoved
impl RefUnwindSafe for WifiDeviceRemoved
impl Send for WifiDeviceRemoved
impl Sync for WifiDeviceRemoved
impl Unpin for WifiDeviceRemoved
impl UnwindSafe for WifiDeviceRemoved
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