Type Alias glib::DateDay

source ·
pub type DateDay = u8;

Trait Implementations§

source§

impl From<Char> for u8

source§

fn from(c: Char) -> u8

Converts to this type from the input type.
source§

impl From<UChar> for u8

source§

fn from(c: UChar) -> u8

Converts to this type from the input type.
source§

impl FromGlibContainerAsVec<u8, *const u8> for u8

source§

impl FromGlibContainerAsVec<u8, *mut u8> for u8

source§

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

source§

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

source§

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

source§

impl<'a> FromValue<'a> for u8

§

type Checker = GenericValueTypeChecker<u8>

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 u8

source§

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

Tries to extract a value. Read more
source§

impl HasParamSpec for u8

§

type ParamSpec = ParamSpecUChar

§

type SetValue = u8

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

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

source§

fn param_spec_builder() -> Self::BuilderFn

source§

impl StaticType for u8

source§

fn static_type() -> Type

Returns the type identifier of Self.
source§

impl StaticVariantType for u8

source§

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

Returns the VariantType corresponding to Self.
source§

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

source§

impl ToValue for u8

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 u8

source§

fn to_variant(&self) -> Variant

Returns a Variant clone of self.
source§

impl TransparentType for u8

§

type GlibType = u8

source§

impl ValueType for u8

§

type Type = u8

Type to get the Type from. Read more
source§

impl FixedSizeVariantType for u8