pub struct VZFileHandleSerialPortAttachment(/* private fields */);
Expand description
thie struct configure a serial port
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VZFileHandleSerialPortAttachment
impl RefUnwindSafe for VZFileHandleSerialPortAttachment
impl !Send for VZFileHandleSerialPortAttachment
impl !Sync for VZFileHandleSerialPortAttachment
impl Unpin for VZFileHandleSerialPortAttachment
impl UnwindSafe for VZFileHandleSerialPortAttachment
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