Skip to main content

INexVersus_DownloadMetaSequence_1Methods

Trait INexVersus_DownloadMetaSequence_1Methods 

Source
pub trait INexVersus_DownloadMetaSequence_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn ctor(
        self,
        data_id: u64,
        data_type: NexVersus_DownloadMetaSequence_1_DataType<T0>,
    )
       where Self: Sized { ... }
    fn postlogin(self)
       where Self: Sized { ... }
    fn get_data(self)
       where Self: Sized { ... }
    fn is_valid_data_type(self, data_type: u16) -> bool
       where Self: Sized { ... }
    fn create_bind(
        super_: ProcInst,
        data_id: u64,
        data_type: NexVersus_DownloadMetaSequence_1_DataType<T0>,
    ) { ... }
}

Provided Methods§

Source

fn ctor( self, data_id: u64, data_type: NexVersus_DownloadMetaSequence_1_DataType<T0>, )
where Self: Sized,

Source

fn postlogin(self)
where Self: Sized,

Source

fn get_data(self)
where Self: Sized,

Source

fn is_valid_data_type(self, data_type: u16) -> bool
where Self: Sized,

Source

fn create_bind( super_: ProcInst, data_id: u64, data_type: NexVersus_DownloadMetaSequence_1_DataType<T0>, )

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§