Struct libyubihsm::LogEntry [] [src]

pub struct LogEntry {
    pub index: u16,
    pub command: Command,
    pub data_length: u16,
    pub session_key: u16,
    pub target_key: u16,
    pub second_key: u16,
    pub result: Command,
    pub systick: u32,
    // some fields omitted
}

Fields

Methods

impl LogEntry
[src]

Important traits for &'a mut [u8]
[src]

Trait Implementations

impl Clone for LogEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LogEntry
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LogEntry

impl Sync for LogEntry