[−][src]Trait heim::host::os::macos::UserExt
macOS-specific extensions for User.
In macOS user information is provided by utmpx
(see man utmpx(5)
),
trait methods are representing fields of this struct.
Required methods
fn pid(&self) -> i32
Returns the Pid
of login process.
fn terminal(&self) -> &str
Returns the tty or pseudo-tty name associated with user.
fn id(&self) -> &str
Returns the terminal identifier.
fn hostname(&self) -> &str
Returns the hostname for remote login.