pub unsafe trait ZcmpRegisterwhere
Self: Register,{
const RVE: bool;
}Expand description
General purpose register with additional constraints for Zcmp extension
§Safety
Register::from_bits() must return Some() for:
1,8,9and18..=27ifSelf::RVE = false1,8and9ifSelf::RVE = true
Required 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.