pub struct SignaldSocket { /* private fields */ }
Implementations§
Source§impl SignaldSocket
impl SignaldSocket
pub fn connect(socket_path: String, bus_size: usize) -> SignaldSocket
Trait Implementations§
Source§impl Socket for SignaldSocket
impl Socket for SignaldSocket
fn send_request(&mut self, request: &SignaldRequest)
fn get_rx(&mut self) -> BusReader<SignaldResponse>
Auto Trait Implementations§
impl Freeze for SignaldSocket
impl RefUnwindSafe for SignaldSocket
impl Send for SignaldSocket
impl Sync for SignaldSocket
impl Unpin for SignaldSocket
impl UnwindSafe for SignaldSocket
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