Struct process_builder::NamespaceEntry
source · pub struct NamespaceEntry {
pub path: CString,
pub directory: ClientEnd<DirectoryMarker>,
}
Expand description
A container for a single namespace entry, containing a path and a directory handle. Used as an input to ProcessBuilder::add_namespace_entries().
Fields§
§path: CString
Namespace path.
directory: ClientEnd<DirectoryMarker>
Namespace directory handle.
Auto Trait Implementations§
impl Freeze for NamespaceEntry
impl RefUnwindSafe for NamespaceEntry
impl Send for NamespaceEntry
impl Sync for NamespaceEntry
impl Unpin for NamespaceEntry
impl UnwindSafe for NamespaceEntry
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