pub struct AboutInfo {
pub os_name: &'static str,
pub version: &'static str,
pub kernel_version: &'static str,
pub arch: &'static str,
pub hostname: String,
}Expand description
Static system information displayed on the About panel.
Fields§
§os_name: &'static str§version: &'static str§kernel_version: &'static str§arch: &'static str§hostname: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for AboutInfo
impl RefUnwindSafe for AboutInfo
impl Send for AboutInfo
impl Sync for AboutInfo
impl Unpin for AboutInfo
impl UnwindSafe for AboutInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)