Struct ledger::ApduCommand[][src]

pub struct ApduCommand {
    pub cla: u8,
    pub ins: u8,
    pub p1: u8,
    pub p2: u8,
    pub length: u8,
    pub data: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for ApduCommand
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ApduCommand

impl Sync for ApduCommand