mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +11:00
implement clone and copy
This commit is contained in:
parent
aab6e6f405
commit
3546ce9ca4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue