Skip to main content

INexVersus_GetMetaDataFromPersistenceSlotSequence_1

Trait INexVersus_GetMetaDataFromPersistenceSlotSequence_1 

Source
pub trait INexVersus_GetMetaDataFromPersistenceSlotSequence_1<T0: ClassIdentity>: INexVersus_NexSequenceBase {
    // Provided methods
    fn m_slot_id(self) -> u16 { ... }
    fn set_m_slot_id(self, value: u16) { ... }
    fn m_principal_id(self) -> u64 { ... }
    fn set_m_principal_id(self, value: u64) { ... }
}

Provided Methods§

Source

fn m_slot_id(self) -> u16

Source

fn set_m_slot_id(self, value: u16)

Source

fn m_principal_id(self) -> u64

Source

fn set_m_principal_id(self, value: u64)

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§