Skip to main content

IVersusUserData

Trait IVersusUserData 

Source
pub trait IVersusUserData: IObject {
    // Provided methods
    fn m_rate(self) -> i16 { ... }
    fn set_m_rate(self, value: i16) { ... }
    fn m_data_id(self) -> u64 { ... }
    fn set_m_data_id(self, value: u64) { ... }
}

Provided Methods§

Source

fn m_rate(self) -> i16

Source

fn set_m_rate(self, value: i16)

Source

fn m_data_id(self) -> u64

Source

fn set_m_data_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§