Trait ToGlib

Source
pub trait ToGlib {
    type GlibType;

    // Required method
    fn to_glib(&self) -> Self::GlibType;
}
Expand description

Translate a simple type.

Required Associated Types§

Required Methods§

Source

fn to_glib(&self) -> Self::GlibType

Implementations on Foreign Types§

Source§

impl ToGlib for Ordering

Source§

impl ToGlib for Option<char>

Source§

impl ToGlib for bool

Source§

impl ToGlib for char

Implementors§