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