Struct tui_react::List [−][src]
pub struct List {
pub offset: usize,
}Fields
offset: usizeThe index at which the list last started. Used for scrolling
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for List
impl RefUnwindSafe for Listimpl UnwindSafe for List
impl UnwindSafe for List