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§
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, )
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.