Enum ddcore_rs::memory::OperatingSystem
source · [−]pub enum OperatingSystem {
Linux,
LinuxProton,
Windows,
}Variants
Linux
LinuxProton
Windows
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OperatingSystem
impl Send for OperatingSystem
impl Sync for OperatingSystem
impl Unpin for OperatingSystem
impl UnwindSafe for OperatingSystem
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more