Trait sourceview5::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§
fn equal(&self, icon2: Option<&impl IsA<Icon>>) -> bool
fn hash(&self) -> u32
fn serialize(&self) -> Option<Variant>
fn to_string(&self) -> Option<GString>
Object Safety§
This trait is not object safe.