[][src]Trait aravis::GcNodeExt

pub trait GcNodeExt: 'static {
    fn get_genicam(&self) -> Option<Gc>;
}

Required methods

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

Loading content...

Implementors

impl<O: IsA<GcNode>> GcNodeExt for O[src]

Loading content...