pub enum NumMatchType {
Equals,
Greater,
Smaller,
GreaterEquals,
SmallerEquals,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for NumMatchType
impl Clone for NumMatchType
Source§fn clone(&self) -> NumMatchType
fn clone(&self) -> NumMatchType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NumMatchType
impl Debug for NumMatchType
Source§impl Default for NumMatchType
impl Default for NumMatchType
Source§fn default() -> NumMatchType
fn default() -> NumMatchType
Returns the “default value” for a type. Read more
Source§impl From<NumMatchType> for Value
impl From<NumMatchType> for Value
Source§fn from(v: NumMatchType) -> Self
fn from(v: NumMatchType) -> Self
Converts to this type from the input type.
Source§impl From<u32> for NumMatchType
impl From<u32> for NumMatchType
Source§impl<'a> FromValue<'a> for NumMatchType
impl<'a> FromValue<'a> for NumMatchType
Source§type Checker = GenericValueTypeChecker<NumMatchType>
type Checker = GenericValueTypeChecker<NumMatchType>
Value type checker.
Source§unsafe fn from_value(value: &'a Value) -> Self
unsafe fn from_value(value: &'a Value) -> Self
Get the contained value from a
Value. Read moreSource§impl HasParamSpec for NumMatchType
impl HasParamSpec for NumMatchType
type ParamSpec = ParamSpecEnum
Source§type SetValue = NumMatchType
type SetValue = NumMatchType
Preferred value to be used as setter for the associated ParamSpec.
type BuilderFn = fn(&str, NumMatchType) -> ParamSpecEnumBuilder<'_, NumMatchType>
fn param_spec_builder() -> Self::BuilderFn
Source§impl IntoEnumIterator for NumMatchType
impl IntoEnumIterator for NumMatchType
type Iterator = NumMatchTypeIter
fn iter() -> NumMatchTypeIter ⓘ
Source§impl PartialEq for NumMatchType
impl PartialEq for NumMatchType
Source§impl StaticType for NumMatchType
impl StaticType for NumMatchType
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self.Source§impl ToValue for NumMatchType
impl ToValue for NumMatchType
Source§impl TryFromGlib<i32> for NumMatchType
impl TryFromGlib<i32> for NumMatchType
Source§impl ValueType for NumMatchType
impl ValueType for NumMatchType
Source§type Type = NumMatchType
type Type = NumMatchType
Type to get the
Type from. Read moreimpl Copy for NumMatchType
impl Eq for NumMatchType
impl StructuralPartialEq for NumMatchType
Auto Trait Implementations§
impl Freeze for NumMatchType
impl RefUnwindSafe for NumMatchType
impl Send for NumMatchType
impl Sync for NumMatchType
impl Unpin for NumMatchType
impl UnsafeUnpin for NumMatchType
impl UnwindSafe for NumMatchType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> HasParamSpecDefaulted for Twhere
T: StaticType + FromGlib<i32> + IntoGlib<GlibType = i32> + HasParamSpec<ParamSpec = ParamSpecEnum> + Default,
impl<T> HasParamSpecDefaulted for Twhere
T: StaticType + FromGlib<i32> + IntoGlib<GlibType = i32> + HasParamSpec<ParamSpec = ParamSpecEnum> + Default,
type BuilderFnDefaulted = fn(&str) -> ParamSpecEnumBuilder<'_, T>
fn param_spec_builder_defaulted() -> <T as HasParamSpecDefaulted>::BuilderFnDefaulted
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoClosureReturnValue for T
impl<T> IntoClosureReturnValue for T
fn into_closure_return_value(self) -> Option<Value>
Source§impl<T> PropertyGet for Twhere
T: HasParamSpec,
impl<T> PropertyGet for Twhere
T: HasParamSpec,
Source§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
Source§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue clone of self.