Struct gphoto::Context [] [src]

pub struct Context {
    // some fields omitted
}

A libgphoto2 library context.

Methods

impl Context

fn new() -> Result<Context>

Creates a new context.

Trait Implementations

impl Drop for Context

fn drop(&mut self)