Enum ptp::PtpContainerType [] [src]

#[repr(u16)]
pub enum PtpContainerType { Command, Data, Response, Event, }

Variants

Trait Implementations

impl Debug for PtpContainerType
[src]

Formats the value using the given formatter.

impl PartialEq for PtpContainerType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.