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