Struct re_set_lib::signals::AccessPointChanged  
source · pub struct AccessPointChanged {
    pub access_point: AccessPoint,
}Fields§
§access_point: AccessPointTrait 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§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 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