Struct gtk::Scale []

pub struct Scale(_, _);

Methods

impl Scale
[src]

[src]

[src]

Trait Implementations

impl Clone for Scale

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Scale

Formats the value using the given formatter. Read more

impl Hash for Scale

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for Scale

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for Scale

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

1.0.0
[src]

This method tests for !=.

impl Eq for Scale

impl IsA<Range> for Scale

impl IsA<Widget> for Scale

impl IsA<Buildable> for Scale

impl IsA<Orientable> for Scale

impl IsA<Object> for Scale

Auto Trait Implementations

impl !Send for Scale

impl !Sync for Scale