Trait aravis::GcNodeExt

source ·
pub trait GcNodeExt: 'static {
    // Required method
    fn genicam(&self) -> Option<Gc>;
}
Expand description

Trait containing all GcNode methods.

Implementors

GcFeatureNode, GcNode, GcPropertyNode

Required Methods§

source

fn genicam(&self) -> Option<Gc>

Retrieves the parent genicam document of self.

Returns

the parent Gc

Implementors§

source§

impl<O: IsA<GcNode>> GcNodeExt for O