mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
implement clone and copy
This commit is contained in:
parent
aab6e6f405
commit
3546ce9ca4
|
@ -1,7 +1,7 @@
|
|||
use bitflags::bitflags;
|
||||
use core::convert::From;
|
||||
|
||||
#[derive(PartialEq, Eq, PartialOrd, Ord)]
|
||||
#[derive(PartialEq, Eq, PartialOrd, Ord, Clone, Copy)]
|
||||
pub enum Tri {
|
||||
Positive = 1,
|
||||
Zero = 0,
|
||||
|
|
Loading…
Reference in a new issue