Struct reset_daemon::DaemonData
source · pub struct DaemonData {
pub n_devices: Vec<Device>,
pub current_n_device: Device,
pub b_interface: BluetoothInterface,
pub audio_sender: Rc<Sender<AudioRequest>>,
pub audio_receiver: Rc<Receiver<AudioResponse>>,
pub audio_listener_active: Arc<AtomicBool>,
pub network_listener_active: Arc<AtomicBool>,
pub connection: Arc<SyncConnection>,
}Fields§
§n_devices: Vec<Device>§current_n_device: Device§b_interface: BluetoothInterface§audio_sender: Rc<Sender<AudioRequest>>§audio_receiver: Rc<Receiver<AudioResponse>>§audio_listener_active: Arc<AtomicBool>§network_listener_active: Arc<AtomicBool>§connection: Arc<SyncConnection>Implementations§
source§impl DaemonData
impl DaemonData
Trait Implementations§
impl Send for DaemonData
impl Sync for DaemonData
Auto Trait Implementations§
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