Skip to main content

ITitleLoopSequence

Trait ITitleLoopSequence 

Source
pub trait ITitleLoopSequence: IProcSceneSequence_1<TitleLoopSequence> {
    // Provided methods
    fn m_is_end_from_title(self) -> bool { ... }
    fn set_m_is_end_from_title(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_is_end_from_title(self) -> bool

Source

fn set_m_is_end_from_title(self, value: bool)

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§