Skip to main content

IBitArray_BitArrayEnumeratorSimple

Trait IBitArray_BitArrayEnumeratorSimple 

Source
pub trait IBitArray_BitArrayEnumeratorSimple: IObject {
    // Provided methods
    fn bitarray(self) -> BitArray { ... }
    fn set_bitarray(self, value: BitArray) { ... }
    fn index(self) -> i32 { ... }
    fn set_index(self, value: i32) { ... }
    fn version(self) -> i32 { ... }
    fn set_version(self, value: i32) { ... }
    fn current_element(self) -> bool { ... }
    fn set_current_element(self, value: bool) { ... }
}

Provided Methods§

Source

fn bitarray(self) -> BitArray

Source

fn set_bitarray(self, value: BitArray)

Source

fn index(self) -> i32

Source

fn set_index(self, value: i32)

Source

fn version(self) -> i32

Source

fn set_version(self, value: i32)

Source

fn current_element(self) -> bool

Source

fn set_current_element(self, value: bool)

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§