pub trait IRingListSequence_PageDataMethods: IRingListSequence_PageData {
// Provided methods
fn get_page_index(self) -> i32 { ... }
fn set_page_index(self, value: impl Into<i32>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_page_index(self) -> i32
fn get_page_index(self) -> i32
get_PageIndex() overload
Sourcefn set_page_index(self, value: impl Into<i32>)
fn set_page_index(self, value: impl Into<i32>)
set_PageIndex(i32) 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§
impl<__T: IRingListSequence_PageData> IRingListSequence_PageDataMethods for __T
Available on crate feature
app-ringlistsequence only.