Struct Process
pub struct Process {}Expand description
This structure exposes OSX-specific API for the current process.
Implementations§
§impl Process
impl Process
pub fn dyld_version() -> String
pub fn dyld_version() -> String
Return the version of dyld for the current process
Auto Trait Implementations§
impl Freeze for Process
impl RefUnwindSafe for Process
impl Send for Process
impl Sync for Process
impl Unpin for Process
impl UnwindSafe for Process
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