pub struct AndroidAutoServer {}Expand description
This is the bluetooth server for initiating wireless android auto on compatible devices.
Implementations§
Auto Trait Implementations§
impl Freeze for AndroidAutoServer
impl RefUnwindSafe for AndroidAutoServer
impl Send for AndroidAutoServer
impl Sync for AndroidAutoServer
impl Unpin for AndroidAutoServer
impl UnsafeUnpin for AndroidAutoServer
impl UnwindSafe for AndroidAutoServer
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