pub trait IBitFieldCommonMethods: IBitFieldCommon {
// Provided methods
fn get_value_type(self) -> SystemType { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_value_type(self) -> SystemType
fn get_value_type(self) -> SystemType
get_ValueType() overload
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.
Implementors§
impl<__T: IBitFieldCommon> IBitFieldCommonMethods for __T
Available on crate feature
app-bitfieldcommon only.