Skip to main content

IDragonRideTestCourseMenu

Trait IDragonRideTestCourseMenu 

Source
pub trait IDragonRideTestCourseMenu: IMenuItem {
    // Provided methods
    fn m_camera_comp(self) -> DragonRideCamera { ... }
    fn set_m_camera_comp(self, value: DragonRideCamera) { ... }
    fn m_pattern_list(self) -> StructArrayList_1<DragonRideTargetPatternData> { ... }
    fn set_m_pattern_list(
        self,
        value: StructArrayList_1<DragonRideTargetPatternData>,
    ) { ... }
    fn m_pattern_count(self) -> i32 { ... }
    fn set_m_pattern_count(self, value: i32) { ... }
}

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§