Trait rust_cheri_compressed_cap::NumType [−][src]
pub trait NumType: Default + Num + WrappingAdd + Copy + Clone + Debug + PartialOrd + Ord { }
Trait that the field types defined in CompressedCapability (Length, Offset, Addr) have to implement. This asserts that a) they’re numeric, b) they support Default/Copy/Clone/Debug so that CcxCap can derive these.