pub struct OsConfig {
pub os: &'static str,
pub appver: &'static str,
pub osver: &'static str,
pub channel: &'static str,
}Expand description
OS 配置
Fields§
§os: &'static str§appver: &'static str§osver: &'static str§channel: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for OsConfig
impl RefUnwindSafe for OsConfig
impl Send for OsConfig
impl Sync for OsConfig
impl Unpin for OsConfig
impl UnsafeUnpin for OsConfig
impl UnwindSafe for OsConfig
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