Enum ptp::PtpFormData [] [src]

pub enum PtpFormData {
    None,
    Range {
        minValue: PtpDataType,
        maxValue: PtpDataType,
        step: PtpDataType,
    },
    Enumeration {
        array: Vec<PtpDataType>,
    },
}

Variants

Fields of Range

Fields of Enumeration

Trait Implementations

impl Debug for PtpFormData
[src]

Formats the value using the given formatter.