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