pub struct OsRelease { /* private fields */ }
Expand description
Read the hostname from /proc/sys/kernel/osrelease.
Implementations§
Trait Implementations§
impl Eq for OsRelease
impl StructuralPartialEq for OsRelease
Auto Trait Implementations§
impl Freeze for OsRelease
impl RefUnwindSafe for OsRelease
impl Send for OsRelease
impl Sync for OsRelease
impl Unpin for OsRelease
impl UnwindSafe for OsRelease
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