Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
)]
54
pub struct Uname(backend::system::types::RawUname);
55
56
impl Uname {
57
/// `sysname`—Operating system release name.
Callers
1
uname
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected