Struct serial_comms_service::comms::SerialComms
source · [−]pub struct SerialComms {
conn: Connection,
buffer: RefCell<Vec<u8>>,
}
Fields
conn: Connection
buffer: RefCell<Vec<u8>>
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SerialComms
impl Send for SerialComms
impl !Sync for SerialComms
impl Unpin for SerialComms
impl !UnwindSafe for SerialComms
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more