pub struct UTSName {
pub uts_sysname: String,
pub uts_release: String,
pub uts_version: String,
pub uts_machine: String,
}
Fields§
§uts_sysname: String
§uts_release: String
§uts_version: String
§uts_machine: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UTSName
impl RefUnwindSafe for UTSName
impl Send for UTSName
impl Sync for UTSName
impl Unpin for UTSName
impl UnwindSafe for UTSName
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