#[repr(transparent)]pub struct UtsName(_);
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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