Skip to main content

INexVersus_DownloadMetaSequence_1

Trait INexVersus_DownloadMetaSequence_1 

Source
pub trait INexVersus_DownloadMetaSequence_1<T0: ClassIdentity>: INexVersus_NexSequenceBase {
    // Provided methods
    fn m_data_id(self) -> u64 { ... }
    fn set_m_data_id(self, value: u64) { ... }
    fn m_data_type(self) -> NexVersus_DownloadMetaSequence_1_DataType<T0> { ... }
    fn set_m_data_type(
        self,
        value: NexVersus_DownloadMetaSequence_1_DataType<T0>,
    ) { ... }
}

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§