Skip to main content

IVersusSequence_VersusSequenceNet_DownloadMetaFromDataCodeSequence

Trait IVersusSequence_VersusSequenceNet_DownloadMetaFromDataCodeSequence 

Source
pub trait IVersusSequence_VersusSequenceNet_DownloadMetaFromDataCodeSequence: IProcInst {
    // Provided methods
    fn m_data_id(self) -> u64 { ... }
    fn set_m_data_id(self, value: u64) { ... }
    fn m_data_type(
        self,
    ) -> VersusSequence_VersusSequenceNet_DownloadMetaFromDataCodeSequence_DataType { ... }
    fn set_m_data_type(
        self,
        value: VersusSequence_VersusSequenceNet_DownloadMetaFromDataCodeSequence_DataType,
    ) { ... }
}

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§