pub struct ProcessorState { /* private fields */ }
Expand description
Internal state for VTE processor
Auto Trait Implementations§
impl Freeze for ProcessorState
impl RefUnwindSafe for ProcessorState
impl Send for ProcessorState
impl Sync for ProcessorState
impl Unpin for ProcessorState
impl UnwindSafe for ProcessorState
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