Struct rl_sys::history::HistoryState [] [src]

#[repr(C)]
pub struct HistoryState { pub entries: *mut *mut HistoryEntry, pub offset: c_int, pub length: c_int, pub size: c_int, pub flags: c_int, }

The history state.

Fields

A pointer to the history entries list.

An offset to the current position in the history.

The length of the history entries list.

The size of the history entries list.

Any history flags that have been set.

Trait Implementations

impl Clone for HistoryState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HistoryState
[src]

impl Default for HistoryState
[src]

Returns the "default value" for a type. Read more

impl Debug for HistoryState
[src]

Formats the value using the given formatter.