pub struct UnixSocket { /* private fields */ }
Expand description
Unix socket backend
Support connecting to devices using unix domain sockets
Trait Implementations§
Source§impl Backend for UnixSocket
impl Backend for UnixSocket
Source§impl Clone for UnixSocket
impl Clone for UnixSocket
Source§fn clone(&self) -> UnixSocket
fn clone(&self) -> UnixSocket
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for UnixSocket
impl RefUnwindSafe for UnixSocket
impl Send for UnixSocket
impl Sync for UnixSocket
impl Unpin for UnixSocket
impl UnwindSafe for UnixSocket
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