Struct js::jsapi::AutoCleanLinkedList
[−]
[src]
#[repr(C)]pub struct AutoCleanLinkedList<T> { pub _base: LinkedList<T>, }
Fields
_base: LinkedList<T>