Skip to main content

IPhotographTopSequence_UnitAccDataSet

Trait IPhotographTopSequence_UnitAccDataSet 

Source
pub trait IPhotographTopSequence_UnitAccDataSet: IObject {
    // Provided methods
    fn m_record_pid(self) -> Il2CppString { ... }
    fn set_m_record_pid(self, value: Il2CppString) { ... }
    fn m_record_body_acc_data(self) -> AccessoryData { ... }
    fn set_m_record_body_acc_data(self, value: AccessoryData) { ... }
    fn m_record_face_acc_data(self) -> AccessoryData { ... }
    fn set_m_record_face_acc_data(self, value: AccessoryData) { ... }
}

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§