pub enum CharDev {
Show 18 variants
Null(CharNull),
Socket(CharSocket),
Udp(CharUdp),
MsMouse(CharMsMouse),
Hub(CharHub),
Vc(CharVc),
RingBuf(CharRingBuf),
File(CharFile),
Pipe(CharPipe),
Win32Console(CharWin32Console),
Win32Serial(CharWin32Serial),
Pty(CharPty),
Stdio(CharStdio),
Braille(CharBraille),
Serial(CharSerial),
Parallel(CharParallel),
SpiceVmc(CharSpice),
SpicePort(CharSpice),
}
Variants§
Null(CharNull)
Socket(CharSocket)
Udp(CharUdp)
MsMouse(CharMsMouse)
Hub(CharHub)
Vc(CharVc)
RingBuf(CharRingBuf)
File(CharFile)
Pipe(CharPipe)
Win32Console(CharWin32Console)
Win32Serial(CharWin32Serial)
Pty(CharPty)
Stdio(CharStdio)
Braille(CharBraille)
Serial(CharSerial)
Parallel(CharParallel)
SpiceVmc(CharSpice)
SpicePort(CharSpice)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CharDev
impl RefUnwindSafe for CharDev
impl Send for CharDev
impl Sync for CharDev
impl Unpin for CharDev
impl UnwindSafe for CharDev
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