Skip to main content

VmctxArrayIndex

Trait VmctxArrayIndex 

Source
pub trait VmctxArrayIndex: Copy {
    // Required method
    fn vmctx_array_index(self) -> u32;
}
Expand description

An index type that can be used to index one of a vmctx’s arrays.

Required Methods§

Source

fn vmctx_array_index(self) -> u32

This index’s position within its array.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§