Enum gtk::ScrollablePolicy
[−]
[src]
pub enum ScrollablePolicy {
Minimum,
Natural,
// some variants omitted
}Variants
MinimumNaturalTrait Implementations
impl Clone for ScrollablePolicy[src]
fn clone(&self) -> ScrollablePolicy
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for ScrollablePolicy[src]
impl Debug for ScrollablePolicy[src]
impl Eq for ScrollablePolicy[src]
impl PartialEq for ScrollablePolicy[src]
fn eq(&self, __arg_0: &ScrollablePolicy) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ScrollablePolicy) -> bool
This method tests for !=.