Skip to main content

IRingListSequence_PageDataMethods

Trait IRingListSequence_PageDataMethods 

Source
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§

Source

fn get_page_index(self) -> i32

get_PageIndex() overload

Source

fn set_page_index(self, value: impl Into<i32>)

set_PageIndex(i32) overload

Source

fn ctor(self)

.ctor() 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: IRingListSequence_PageData> IRingListSequence_PageDataMethods for __T

Available on crate feature app-ringlistsequence only.