Trait gio::prelude::IconExt

source ·
pub trait IconExt: IsA<Icon> + Sealed + 'static {
    // Provided methods
    fn equal(&self, icon2: Option<&impl IsA<Icon>>) -> bool { ... }
    fn hash(&self) -> u32 { ... }
    fn serialize(&self) -> Option<Variant> { ... }
    fn to_string(&self) -> Option<GString> { ... }
}

Provided Methods§

source

fn equal(&self, icon2: Option<&impl IsA<Icon>>) -> bool

source

fn hash(&self) -> u32

source

fn serialize(&self) -> Option<Variant>

source

fn to_string(&self) -> Option<GString>

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<O: IsA<Icon>> IconExt for O