[][src]Trait glib::translate::ToBool

pub trait ToBool: Copy {
    fn to_bool(self) -> bool;
}

Required methods

fn to_bool(self) -> bool

Loading content...

Implementations on Foreign Types

impl ToBool for bool[src]

impl ToBool for gboolean[src]

Loading content...

Implementors

Loading content...