Skip to main content

IDebugUI_BitField

Trait IDebugUI_BitField 

Source
pub trait IDebugUI_BitField: IDebugUI_Field_1<Enum> {
    // Provided methods
    fn m_enum_type(self) -> SystemType { ... }
    fn set_m_enum_type(self, value: SystemType) { ... }
}

Provided Methods§

Source

fn m_enum_type(self) -> SystemType

Source

fn set_m_enum_type(self, value: SystemType)

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§