Skip to main content

OwnedProcessModule

Type Alias OwnedProcessModule 

Source
pub type OwnedProcessModule = ProcessModule<OwnedProcess>;
Available on Windows only.
Expand description

Type alias for a ProcessModule that owns its Process instance.

Aliased Type§

pub struct OwnedProcessModule { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<ProcessModule<BorrowedProcess<'_>>> for OwnedProcessModule

Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(module: BorrowedProcessModule<'_>) -> Result<Self, Self::Error>

Performs the conversion.