pub enum OsFamily {
Windows,
Linux,
Macos,
Android,
Ios,
Other,
}
Expand description
Operating system family that the SDK can be compiled for
Variants§
Windows
Microsoft Windows
Linux
Linux
Macos
Apple MacOS
Android
Google Android
Ios
Apple iOS
Other
A different family of operating system
Implementations§
Trait Implementations§
impl Eq for OsFamily
impl StructuralPartialEq for OsFamily
Auto Trait Implementations§
impl Freeze for OsFamily
impl RefUnwindSafe for OsFamily
impl Send for OsFamily
impl Sync for OsFamily
impl Unpin for OsFamily
impl UnwindSafe for OsFamily
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.