Struct js::jsapi::LinkedListElement [] [src]

#[repr(C)]
pub struct LinkedListElement<T> { pub mNext: *mut LinkedListElement<T>, pub mPrev: *mut LinkedListElement<T>, pub mIsSentinel: bool, }

Fields

Trait Implementations

impl<T: Debug> Debug for LinkedListElement<T>
[src]

[src]

Formats the value using the given formatter.