Trait DecodingOptions
pub trait DecodingOptions: Sized + 'static {
const SUPPORT_SUBWORD_MEM_ACCESS: bool;
const SUPPORT_MUL_DIV: bool;
const SUPPORT_SIGNED_MUL_DIV: bool;
const SUPPORT_MOP: bool;
}Required Associated Constants§
const SUPPORT_SUBWORD_MEM_ACCESS: bool
const SUPPORT_MUL_DIV: bool
const SUPPORT_SIGNED_MUL_DIV: bool
const SUPPORT_MOP: bool
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.