MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / Uname

Class Uname

src/system.rs:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52/// `struct utsname`—Return type for [`uname`].
53#[doc(alias = "utsname")]
54pub struct Uname(backend::system::types::RawUname);
55
56impl Uname {
57 /// `sysname`—Operating system release name.

Callers 1

unameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected