pub struct BluetoothDeviceChanged {
pub bluetooth_device: BluetoothDevice,
}
Fields§
§bluetooth_device: BluetoothDevice
Trait Implementations§
Source§impl AppendAll for BluetoothDeviceChanged
impl AppendAll for BluetoothDeviceChanged
Source§fn append(&self, i: &mut IterAppend<'_>)
fn append(&self, i: &mut IterAppend<'_>)
Performs the append operation by borrowing self.
Source§impl Debug for BluetoothDeviceChanged
impl Debug for BluetoothDeviceChanged
Source§impl GetVal<(BluetoothDevice,)> for BluetoothDeviceChanged
impl GetVal<(BluetoothDevice,)> for BluetoothDeviceChanged
fn get_value(&self) -> (BluetoothDevice,)
Source§impl ReadAll for BluetoothDeviceChanged
impl ReadAll for BluetoothDeviceChanged
Source§impl SignalArgs for BluetoothDeviceChanged
impl SignalArgs for BluetoothDeviceChanged
Source§const INTERFACE: &'static str = "org.Xetibo.ReSetBluetooth"
const INTERFACE: &'static str = "org.Xetibo.ReSetBluetooth"
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 BluetoothDeviceChanged
impl RefUnwindSafe for BluetoothDeviceChanged
impl Send for BluetoothDeviceChanged
impl Sync for BluetoothDeviceChanged
impl Unpin for BluetoothDeviceChanged
impl UnwindSafe for BluetoothDeviceChanged
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