Struct rawloader::decoders::Camera [] [src]

pub struct Camera {
    pub make: String,
    pub model: String,
    pub canonical_make: String,
    pub canonical_model: String,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for Camera
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Camera
[src]

Formats the value using the given formatter.