pub struct OpenOutput {
pub redirected_event_flag: Option<u16>,
pub guest_to_host_signal: Interrupt,
}
Fields§
§redirected_event_flag: Option<u16>
§guest_to_host_signal: Interrupt
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenOutput
impl !RefUnwindSafe for OpenOutput
impl Send for OpenOutput
impl Sync for OpenOutput
impl Unpin for OpenOutput
impl !UnwindSafe for OpenOutput
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