pub struct AsioStreams {
pub input: Option<AsioStream>,
pub output: Option<AsioStream>,
}Expand description
Input and Output streams.
There is only ever max one input and one output.
Only one is required.
Fields§
§input: Option<AsioStream>§output: Option<AsioStream>Auto Trait Implementations§
impl Freeze for AsioStreams
impl RefUnwindSafe for AsioStreams
impl Send for AsioStreams
impl !Sync for AsioStreams
impl Unpin for AsioStreams
impl UnsafeUnpin for AsioStreams
impl UnwindSafe for AsioStreams
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