Struct rsign::types::KeynumPK [] [src]

pub struct KeynumPK {
    pub keynum: [u8; 8],
    pub pk: [u8; 32],
}

Fields

Trait Implementations

impl Debug for KeynumPK
[src]

[src]

Formats the value using the given formatter.

impl Clone for KeynumPK
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more