Skip to main content

IRefineRingResult10WindowMethods

Trait IRefineRingResult10WindowMethods 

Source
pub trait IRefineRingResult10WindowMethods: IRefineRingResult10Window {
    // Provided methods
    fn destroy(self) { ... }
    fn ctor(self) { ... }
    fn is_opening(self) -> bool { ... }
    fn close(self) { ... }
    fn is_closing(self) -> bool { ... }
    fn set_data(
        self,
        ring_data_list: impl Into<List_1<RingData>>,
        is_new_list: impl Into<List_1<bool>>,
    ) { ... }
}

Provided Methods§

Source

fn destroy(self)

Destroy() overload

Source

fn ctor(self)

.ctor() overload

Source

fn is_opening(self) -> bool

IsOpening() overload

Source

fn close(self)

Close() overload

Source

fn is_closing(self) -> bool

IsClosing() overload

Source

fn set_data( self, ring_data_list: impl Into<List_1<RingData>>, is_new_list: impl Into<List_1<bool>>, )

SetData(crate::system::collections::generic::list_1::List_1<crate::app::ringdata::RingData>, crate::system::collections::generic::list_1::List_1<bool>) overload

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§

Source§

impl<__T: IRefineRingResult10Window> IRefineRingResult10WindowMethods for __T

Available on crate feature app-refineringresult10window only.