Struct ptp::PtpObjectInfo [] [src]

pub struct PtpObjectInfo {
    pub StorageID: u32,
    pub ObjectFormat: u16,
    pub ProtectionStatus: u16,
    pub ObjectCompressedSize: u32,
    pub ThumbFormat: u16,
    pub ThumbCompressedSize: u32,
    pub ThumbPixWidth: u32,
    pub ThumbPixHeight: u32,
    pub ImagePixWidth: u32,
    pub ImagePixHeight: u32,
    pub ImageBitDepth: u32,
    pub ParentObject: u32,
    pub AssociationType: u16,
    pub AssociationDesc: u32,
    pub SequenceNumber: u32,
    pub Filename: String,
    pub CaptureDate: String,
    pub ModificationDate: String,
    pub Keywords: String,
}

Fields

Methods

impl PtpObjectInfo
[src]

Trait Implementations

impl Debug for PtpObjectInfo
[src]

Formats the value using the given formatter.

impl Clone for PtpObjectInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more