[TEMP] make type Copy but we prolly shouldn't - REVISE
This commit is contained in:
parent
74730117f2
commit
b0bbff20bd
nucleus/src/caps
|
@ -49,7 +49,7 @@ register_bitfields! {
|
|||
}
|
||||
|
||||
/// Wrapper for CapDerivationNode
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Clone, Debug, Copy)]
|
||||
pub struct DerivationTreeNode(LocalRegisterCopy<u128, CapDerivationNode::Register>);
|
||||
|
||||
/// Errors that may happen in capability derivation tree operations.
|
||||
|
|
Loading…
Reference in New Issue