Skip to main content

ITalkTagKeyWait

Trait ITalkTagKeyWait 

Source
pub trait ITalkTagKeyWait: ITalkTag {
    // Provided methods
    fn m_tag_id(self) -> TalkTagKeyWait_TagID { ... }
    fn set_m_tag_id(self, value: TalkTagKeyWait_TagID) { ... }
    fn m_sec(self) -> f32 { ... }
    fn set_m_sec(self, value: f32) { ... }
    fn m_result(self) -> TalkTag_Result { ... }
    fn set_m_result(self, value: TalkTag_Result) { ... }
}

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§