#[repr(transparent)]pub struct UtsName(_);
Expand description
Describes the running system. Return type of uname
.
Implementations
Trait Implementations
impl Copy for UtsName
impl Eq for UtsName
impl StructuralEq for UtsName
impl StructuralPartialEq for UtsName
Auto Trait Implementations
impl RefUnwindSafe for UtsName
impl Send for UtsName
impl Sync for UtsName
impl Unpin for UtsName
impl UnwindSafe for UtsName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more