pub struct AdHoc { /* private fields */ }Expand description
Inner state for a HeosConnection object that is actively connected to a HEOS endpoint, but does not manage any state.
AdHoc connections can be used to send commands and receive responses, but do no tracking of the HEOS system’s state.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AdHoc
impl !RefUnwindSafe for AdHoc
impl Send for AdHoc
impl Sync for AdHoc
impl Unpin for AdHoc
impl !UnwindSafe for AdHoc
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