Struct libyubihsm::ObjectInfo [] [src]

pub struct ObjectInfo {
    pub capabilities: Vec<Capability>,
    pub id: u16,
    pub length: u16,
    pub domains: Vec<Domain>,
    pub object_type: ObjectType,
    pub algorithm: Option<Algorithm>,
    pub sequence: u8,
    pub origin: u8,
    pub label: String,
    pub delegated_capabilities: Vec<Capability>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for ObjectInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ObjectInfo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ObjectInfo

impl Sync for ObjectInfo