Skip to main content

IBitFieldCommonMethods

Trait IBitFieldCommonMethods 

Source
pub trait IBitFieldCommonMethods: IBitFieldCommon {
    // Provided methods
    fn get_value_type(self) -> SystemType { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_value_type(self) -> SystemType

get_ValueType() overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: IBitFieldCommon> IBitFieldCommonMethods for __T

Available on crate feature app-bitfieldcommon only.