[][src]Trait aravis::GvFakeCameraExt

pub trait GvFakeCameraExt: 'static {
    fn get_fake_camera(&self) -> Option<FakeCamera>;
fn is_running(&self) -> bool;
fn set_property_gvsp_lost_ratio(&self, gvsp_lost_ratio: f64);
fn connect_property_gvsp_lost_ratio_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_fake_camera(&self) -> Option<FakeCamera>

fn is_running(&self) -> bool

fn set_property_gvsp_lost_ratio(&self, gvsp_lost_ratio: f64)

fn connect_property_gvsp_lost_ratio_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<GvFakeCamera>> GvFakeCameraExt for O[src]

Loading content...