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.

Implementations on Foreign Types

impl NumType for u32[src]

impl NumType for u64[src]

impl NumType for u128[src]

impl NumType for i32[src]

impl NumType for i64[src]

impl NumType for i128[src]

Loading content...

Implementors

Loading content...