[go: up one dir, main page]

Trait glib::translate::ToBool

source ·
pub trait ToBool: Copy {
    // Required method
    fn to_bool(self) -> bool;
}

Required Methods§

source

fn to_bool(self) -> bool

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ToBool for bool

source§

fn to_bool(self) -> bool

source§

impl ToBool for gboolean

source§

fn to_bool(self) -> bool

Implementors§