Skip to main content

IDebugCommandline_OptwProperty

Trait IDebugCommandline_OptwProperty 

Source
pub trait IDebugCommandline_OptwProperty: IDebugCommandline_Property {
    // Provided methods
    fn m_attribute(self) -> DebugCommandline_OptionWildcardAttribute { ... }
    fn set_m_attribute(self, value: DebugCommandline_OptionWildcardAttribute) { ... }
    fn m_is_valid(self) -> bool { ... }
    fn set_m_is_valid(self, value: bool) { ... }
}

Provided Methods§

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§