unity::system

Trait ListVirtual

source
pub trait ListVirtual<T>: Il2CppClassData {
    // Provided method
    fn add(&mut self, element: &'static mut T) { ... }
}

Provided Methods§

source

fn add(&mut self, element: &'static mut T)

Object Safety§

This trait is not object safe.

Implementors§