Enum gtk::SensitivityType
source · [−]pub enum SensitivityType {
Auto,
On,
Off,
// some variants omitted
}Variants
Auto
On
Off
Trait Implementations
sourceimpl Clone for SensitivityType
impl Clone for SensitivityType
sourcefn clone(&self) -> SensitivityType
fn clone(&self) -> SensitivityType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SensitivityType
impl Debug for SensitivityType
sourceimpl Display for SensitivityType
impl Display for SensitivityType
sourceimpl<'a> FromValue<'a> for SensitivityType
impl<'a> FromValue<'a> for SensitivityType
unsafe fn from_value(value: &Value) -> Self
sourceimpl<'a> FromValueOptional<'a> for SensitivityType
impl<'a> FromValueOptional<'a> for SensitivityType
unsafe fn from_value_optional(value: &Value) -> Option<Self>
sourceimpl Hash for SensitivityType
impl Hash for SensitivityType
sourceimpl Ord for SensitivityType
impl Ord for SensitivityType
sourcefn cmp(&self, other: &SensitivityType) -> Ordering
fn cmp(&self, other: &SensitivityType) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<SensitivityType> for SensitivityType
impl PartialEq<SensitivityType> for SensitivityType
sourcefn eq(&self, other: &SensitivityType) -> bool
fn eq(&self, other: &SensitivityType) -> bool
sourceimpl PartialOrd<SensitivityType> for SensitivityType
impl PartialOrd<SensitivityType> for SensitivityType
sourcefn partial_cmp(&self, other: &SensitivityType) -> Option<Ordering>
fn partial_cmp(&self, other: &SensitivityType) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresourceimpl StaticType for SensitivityType
impl StaticType for SensitivityType
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self.impl Copy for SensitivityType
impl Eq for SensitivityType
impl StructuralEq for SensitivityType
impl StructuralPartialEq for SensitivityType
Auto Trait Implementations
impl RefUnwindSafe for SensitivityType
impl Send for SensitivityType
impl Sync for SensitivityType
impl Unpin for SensitivityType
impl UnwindSafe for SensitivityType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
impl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
sourcefn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue clone of self.