Skip to content

Commit

Permalink
Add Hash to Android Handle (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dispersia authored and Osspial committed Dec 1, 2019
1 parent 7a8207c commit 583fcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use libc::c_void;
/// ..AndroidHandle::empty()
/// };
/// ```
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub struct AndroidHandle {
/// A pointer to an ANativeWindow.
pub a_native_window: *mut c_void,
Expand Down

0 comments on commit 583fcbe

Please sign in to comment.