Struct ReSet_Lib::signals::AccessPointRemoved
source · pub struct AccessPointRemoved {
pub access_point: AccessPoint,
}
Fields§
§access_point: AccessPoint
Trait Implementations§
source§impl AppendAll for AccessPointRemoved
impl AppendAll for AccessPointRemoved
source§fn append(&self, i: &mut IterAppend<'_>)
fn append(&self, i: &mut IterAppend<'_>)
Performs the append operation by borrowing self.
source§impl Debug for AccessPointRemoved
impl Debug for AccessPointRemoved
source§impl GetVal<(AccessPoint,)> for AccessPointRemoved
impl GetVal<(AccessPoint,)> for AccessPointRemoved
fn get_value(&self) -> (AccessPoint,)
source§impl ReadAll for AccessPointRemoved
impl ReadAll for AccessPointRemoved
source§impl SignalArgs for AccessPointRemoved
impl SignalArgs for AccessPointRemoved
source§const INTERFACE: &'static str = "org.xetibo.ReSet"
const INTERFACE: &'static str = "org.xetibo.ReSet"
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>where
Self: Sized + ReadAll,
fn from_message(m: &Message) -> Option<Self>where Self: Sized + ReadAll,
If the message is a signal of the correct type, return its arguments, otherwise return None. Read more
Auto Trait Implementations§
impl RefUnwindSafe for AccessPointRemoved
impl Send for AccessPointRemoved
impl Sync for AccessPointRemoved
impl Unpin for AccessPointRemoved
impl UnwindSafe for AccessPointRemoved
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