pub trait ListVirtual<T>: Il2CppClassData {
// Provided method
fn add(&mut self, element: &'static mut T) { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.
pub trait ListVirtual<T>: Il2CppClassData {
// Provided method
fn add(&mut self, element: &'static mut T) { ... }
}