Skip to main content

IRingInfo

Trait IRingInfo 

Source
pub trait IRingInfo: ISingletonProcInst_1<RingInfo> {
    // Provided methods
    fn m_ring_info_windows(self) -> Array<RingInfo_RingInfoWindowRingModel> { ... }
    fn set_m_ring_info_windows(
        self,
        value: Array<RingInfo_RingInfoWindowRingModel>,
    ) { ... }
}

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§