Type Alias glib::Time

source ·
pub type Time = i32;

Trait Implementations§

source§

impl From<ExitCode> for i32

source§

fn from(value: ExitCode) -> Self

Converts to this type from the input type.
source§

impl From<Handle> for i32

source§

fn from(v: Handle) -> Self

Converts to this type from the input type.
source§

impl FromGlibContainerAsVec<i32, *const i32> for i32

source§

impl FromGlibContainerAsVec<i32, *mut i32> for i32

source§

unsafe fn from_glib_none_num_as_vec(ptr: *mut i32, num: usize) -> Vec<Self>

source§

unsafe fn from_glib_container_num_as_vec(ptr: *mut i32, num: usize) -> Vec<Self>

source§

unsafe fn from_glib_full_num_as_vec(ptr: *mut i32, num: usize) -> Vec<Self>

source§

impl<'a> FromValue<'a> for i32

§

type Checker = GenericValueTypeChecker<i32>

Value type checker.
source§

unsafe fn from_value(value: &'a Value) -> Self

Get the contained value from a Value. Read more
source§

impl FromVariant for i32

source§

fn from_variant(variant: &Variant) -> Option<Self>

Tries to extract a value. Read more
source§

impl HasParamSpec for i32

§

type ParamSpec = ParamSpecInt

§

type SetValue = i32

Preferred value to be used as setter for the associated ParamSpec.
§

type BuilderFn = fn(_: &str) -> ParamSpecIntBuilder<'_>

source§

fn param_spec_builder() -> Self::BuilderFn

source§

impl StaticType for i32

source§

fn static_type() -> Type

Returns the type identifier of Self.
source§

impl StaticVariantType for i32

source§

fn static_variant_type() -> Cow<'static, VariantTy>

Returns the VariantType corresponding to Self.
source§

impl<'a> ToGlibContainerFromSlice<'a, *mut i32> for i32

source§

impl ToValue for i32

source§

fn to_value(&self) -> Value

Convert a value to a Value.
source§

fn value_type(&self) -> Type

Returns the type identifer of self. Read more
source§

impl ToVariant for i32

source§

fn to_variant(&self) -> Variant

Returns a Variant clone of self.
source§

impl TransparentType for i32

source§

impl ValueType for i32

§

type Type = i32

Type to get the Type from. Read more
source§

impl FixedSizeVariantType for i32