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