Skip to main content

IPhotographModeSequence

Trait IPhotographModeSequence 

Source
pub trait IPhotographModeSequence: IProcInst {
    // Provided methods
    fn m_all_menu_content(self) -> PhotographAllMenuContent { ... }
    fn set_m_all_menu_content(self, value: PhotographAllMenuContent) { ... }
    fn m_camera_controller(self) -> PhotographCameraController { ... }
    fn set_m_camera_controller(self, value: PhotographCameraController) { ... }
    fn m_dispos_manager(self) -> PhotographDisposManager { ... }
    fn set_m_dispos_manager(self, value: PhotographDisposManager) { ... }
    fn m_is_help_visible(self) -> bool { ... }
    fn set_m_is_help_visible(self, value: bool) { ... }
    fn m_reserved_label(self) -> PhotographModeSequence_Label { ... }
    fn set_m_reserved_label(self, value: PhotographModeSequence_Label) { ... }
}

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§