Struct ptp::PtpObjectTree [] [src]

pub struct PtpObjectTree {
    pub handle: u32,
    pub info: PtpObjectInfo,
    pub children: Option<Vec<PtpObjectTree>>,
}

Fields

Methods

impl PtpObjectTree
[src]

Trait Implementations

impl Debug for PtpObjectTree
[src]

Formats the value using the given formatter.

impl Clone for PtpObjectTree
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more