pub trait RegTraits {
const TYPE: RegType;
const GROUP: RegGroup;
const SIZE: u32;
const TYPE_ID: TypeId;
const VALID: u32 = 1u32;
const SIGNATURE: u32 = _;
}Required Associated Constants§
const TYPE: RegType
const GROUP: RegGroup
const SIZE: u32
const TYPE_ID: TypeId
Provided Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.