pub struct UtsName(/* private fields */);
Expand description
Describes the running system. Return type of uname
.
Implementations§
Trait Implementations§
impl Copy for UtsName
impl Eq for UtsName
impl StructuralPartialEq for UtsName
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