pub enum DirectionalStream {
Input(usize, Box<dyn CaptureBufferReader>),
Output(SysDirectionOutput),
}Variants§
Input(usize, Box<dyn CaptureBufferReader>)
Output(SysDirectionOutput)
Auto Trait Implementations§
impl Freeze for DirectionalStream
impl !RefUnwindSafe for DirectionalStream
impl !Send for DirectionalStream
impl !Sync for DirectionalStream
impl Unpin for DirectionalStream
impl !UnwindSafe for DirectionalStream
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