pub struct AccessPointAdded {
pub access_point: AccessPoint,
}
Fields§
§access_point: AccessPoint
Trait Implementations§
Source§impl AppendAll for AccessPointAdded
impl AppendAll for AccessPointAdded
Source§fn append(&self, i: &mut IterAppend<'_>)
fn append(&self, i: &mut IterAppend<'_>)
Performs the append operation by borrowing self.
Source§impl Debug for AccessPointAdded
impl Debug for AccessPointAdded
Source§impl GetVal<(AccessPoint,)> for AccessPointAdded
impl GetVal<(AccessPoint,)> for AccessPointAdded
fn get_value(&self) -> (AccessPoint,)
Source§impl ReadAll for AccessPointAdded
impl ReadAll for AccessPointAdded
Source§impl SignalArgs for AccessPointAdded
impl SignalArgs for AccessPointAdded
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 AccessPointAdded
impl RefUnwindSafe for AccessPointAdded
impl Send for AccessPointAdded
impl Sync for AccessPointAdded
impl Unpin for AccessPointAdded
impl UnwindSafe for AccessPointAdded
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