pub struct WifiDeviceChanged {
pub wifi_device: WifiDevice,
}
Fields§
§wifi_device: WifiDevice
Trait Implementations§
Source§impl AppendAll for WifiDeviceChanged
impl AppendAll for WifiDeviceChanged
Source§fn append(&self, i: &mut IterAppend<'_>)
fn append(&self, i: &mut IterAppend<'_>)
Performs the append operation by borrowing self.
Source§impl Debug for WifiDeviceChanged
impl Debug for WifiDeviceChanged
Source§impl GetVal<(WifiDevice,)> for WifiDeviceChanged
impl GetVal<(WifiDevice,)> for WifiDeviceChanged
fn get_value(&self) -> (WifiDevice,)
Source§impl ReadAll for WifiDeviceChanged
impl ReadAll for WifiDeviceChanged
Source§impl SignalArgs for WifiDeviceChanged
impl SignalArgs for WifiDeviceChanged
Source§const INTERFACE: &'static str = "org.Xetibo.ReSetWireless"
const INTERFACE: &'static str = "org.Xetibo.ReSetWireless"
D-Bus name of interface this signal belongs to
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 WifiDeviceChanged
impl RefUnwindSafe for WifiDeviceChanged
impl Send for WifiDeviceChanged
impl Sync for WifiDeviceChanged
impl Unpin for WifiDeviceChanged
impl UnwindSafe for WifiDeviceChanged
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