Struct scroll_controller::ScrollSettings[][src]

pub struct ScrollSettings { /* fields omitted */ }

Stores scroll settings.

Methods

impl ScrollSettings
[src]

Creates a new ScrollSettings object.

Sets scroll speed.

Trait Implementations

impl Clone for ScrollSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScrollSettings
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations