pub struct SerialClient {
pub write_locked: bool,
pub serial_datas: Vec<u8>,
/* private fields */
}Fields§
§write_locked: bool§serial_datas: Vec<u8>Implementations§
Source§impl SerialClient
impl SerialClient
Auto Trait Implementations§
impl Freeze for SerialClient
impl !RefUnwindSafe for SerialClient
impl Send for SerialClient
impl !Sync for SerialClient
impl Unpin for SerialClient
impl !UnwindSafe for SerialClient
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