pub trait IPhotographTopSequence: ISingletonProcInst_1<PhotographTopSequence> {
// Provided methods
fn m_next_label(self) -> PhotographTopSequence_Label { ... }
fn set_m_next_label(self, value: PhotographTopSequence_Label) { ... }
fn m_select_area_data(self) -> PhotographSpotData { ... }
fn set_m_select_area_data(self, value: PhotographSpotData) { ... }
fn m_unit_acc_data_set_list(
self,
) -> List_1<PhotographTopSequence_UnitAccDataSet> { ... }
fn set_m_unit_acc_data_set_list(
self,
value: List_1<PhotographTopSequence_UnitAccDataSet>,
) { ... }
}Provided Methods§
fn m_next_label(self) -> PhotographTopSequence_Label
fn set_m_next_label(self, value: PhotographTopSequence_Label)
fn m_select_area_data(self) -> PhotographSpotData
fn set_m_select_area_data(self, value: PhotographSpotData)
fn m_unit_acc_data_set_list( self, ) -> List_1<PhotographTopSequence_UnitAccDataSet>
fn set_m_unit_acc_data_set_list( self, value: List_1<PhotographTopSequence_UnitAccDataSet>, )
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.