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