pub enum S {
Main,
Read {
buf: CSt,
},
Write {
buf: CSt,
},
Stack {
buf: CSt,
},
Print {
escap: bool,
buf: CSt,
},
Stopped,
}Variants§
Trait Implementations§
impl Eq for S
Source§impl Ord for S
impl Ord for S
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for S
impl PartialOrd for S
impl StructuralPartialEq for S
Auto Trait Implementations§
impl Freeze for S
impl RefUnwindSafe for S
impl Send for S
impl Sync for S
impl Unpin for S
impl UnsafeUnpin for S
impl UnwindSafe for S
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