pub enum Platform {
Show 13 variants
Linux,
FreeBsd,
Windows,
MacOS,
Ios,
Android,
Nintendo,
Xbox,
PlayStation,
Dive,
Fuchsia,
Redox,
Unknown(String),
}Expand description
Which Platform
Variants
Linux
FreeBsd
Windows
MacOS
Ios
Android
Nintendo
Xbox
PlayStation
Dive
Fuchsia
Redox
Unknown(String)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Platform
impl Send for Platform
impl Sync for Platform
impl Unpin for Platform
impl UnwindSafe for Platform
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