Struct mcvm_shared::output::OutputProcess
source · pub struct OutputProcess<'a, O: MCVMOutput>(pub &'a mut O);
Expand description
RAII struct that opens and closes an output process
Tuple Fields§
§0: &'a mut O
Implementations§
source§impl<'a, O> OutputProcess<'a, O>where
O: MCVMOutput,
impl<'a, O> OutputProcess<'a, O>where
O: MCVMOutput,
Trait Implementations§
source§impl<'a, O> Drop for OutputProcess<'a, O>where
O: MCVMOutput,
impl<'a, O> Drop for OutputProcess<'a, O>where
O: MCVMOutput,
Auto Trait Implementations§
impl<'a, O> Freeze for OutputProcess<'a, O>
impl<'a, O> RefUnwindSafe for OutputProcess<'a, O>where
O: RefUnwindSafe,
impl<'a, O> Send for OutputProcess<'a, O>where
O: Send,
impl<'a, O> Sync for OutputProcess<'a, O>where
O: Sync,
impl<'a, O> Unpin for OutputProcess<'a, O>
impl<'a, O> !UnwindSafe for OutputProcess<'a, O>
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