pub struct CharWin32Serial { /* private fields */ }
Implementations§
Source§impl CharWin32Serial
impl CharWin32Serial
Sourcepub fn builder() -> CharWin32SerialBuilder
pub fn builder() -> CharWin32SerialBuilder
Create an instance of CharWin32Serial
using the builder syntax
Trait Implementations§
Source§impl Default for CharWin32Serial
impl Default for CharWin32Serial
Source§fn default() -> CharWin32Serial
fn default() -> CharWin32Serial
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CharWin32Serial
impl RefUnwindSafe for CharWin32Serial
impl Send for CharWin32Serial
impl Sync for CharWin32Serial
impl Unpin for CharWin32Serial
impl UnwindSafe for CharWin32Serial
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