Struct stark::sail::core::_SlListPtr [−][src]
Expand description
Pointer to the next element of a linked list; tagged with the SlHead (upper 2 unused bytes)
Fields
ptr: *mut SlHead
Pointer to the next element of a linked list; tagged with the SlHead (upper 2 unused bytes)
ptr: *mut SlHead
impl RefUnwindSafe for _SlListPtr
impl !Send for _SlListPtr
impl !Sync for _SlListPtr
impl Unpin for _SlListPtr
impl UnwindSafe for _SlListPtr