Skip to main content

GObjectAccessibleExt

Trait GObjectAccessibleExt 

Source
pub trait GObjectAccessibleExt:
    IsA<GObjectAccessible>
    + Sealed
    + 'static {
    // Provided method
    fn object(&self) -> Option<Object> { ... }
}
Expand description

Trait containing all GObjectAccessible methods.

§Implementors

GObjectAccessible

Provided Methods§

Source

fn object(&self) -> Option<Object>

Gets the GObject for which self is the accessible object.

§Returns

a glib::Object which is the object for which self is the accessible object

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§