pub struct GuestProcess { /* private fields */ }Expand description
Implementation of the IProcess object for processes the host has started in the guest.
Reference to the official documentation:
https://www.virtualbox.org/sdkref/interface_i_guest_process.html
Trait Implementations§
Source§impl Debug for GuestProcess
impl Debug for GuestProcess
Auto Trait Implementations§
impl Freeze for GuestProcess
impl RefUnwindSafe for GuestProcess
impl !Send for GuestProcess
impl !Sync for GuestProcess
impl Unpin for GuestProcess
impl UnwindSafe for GuestProcess
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