Struct libyubihsm::DeviceInfo [] [src]

pub struct DeviceInfo {
    pub major_version: u8,
    pub minor_version: u8,
    pub patch_version: u8,
    pub serial: u32,
    pub log_capacity: u8,
    pub log_used: u8,
    pub algorithms: Vec<Algorithm>,
}

Fields

Trait Implementations

impl Clone for DeviceInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DeviceInfo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DeviceInfo

impl Sync for DeviceInfo