aboutsummaryrefslogtreecommitdiff
path: root/steamworks-sys
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-02-27 17:52:35 +0000
committerMatthew Collins <[email protected]>2018-02-27 17:52:35 +0000
commit96994649279e9e3ccb23986d8c49afde0af73798 (patch)
tree0e4967e0718403b30b011a78f803dc45db7f07e2 /steamworks-sys
parentAdd basic steam user accessor (diff)
downloadsteamworks-rs-96994649279e9e3ccb23986d8c49afde0af73798.tar.xz
steamworks-rs-96994649279e9e3ccb23986d8c49afde0af73798.zip
Improve error handling
Diffstat (limited to 'steamworks-sys')
-rw-r--r--steamworks-sys/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/steamworks-sys/src/lib.rs b/steamworks-sys/src/lib.rs
index db642ac..e7bd2dc 100644
--- a/steamworks-sys/src/lib.rs
+++ b/steamworks-sys/src/lib.rs
@@ -71,7 +71,7 @@ pub enum NotificationPosition {
}
#[repr(C)]
-#[derive(Debug, Ord, PartialOrd, Eq, PartialEq)]
+#[derive(Clone, Copy, Debug, Ord, PartialOrd, Eq, PartialEq)]
pub enum SResult {
Ok = 1,
Fail = 2,