Struct conrod::widget::scroll::Scroll[][src]

pub struct Scroll { /* fields omitted */ }

Arguments given via a scrollable Widget's builder methods for the scrolling along a single axis.

Methods

impl Scroll
[src]

The default Scroll args.

Trait Implementations

impl Copy for Scroll
[src]

impl Clone for Scroll
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Scroll
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Scroll
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Scroll

impl Sync for Scroll