Struct tomcrypt_sys::Oid [] [src]

#[repr(C)]
pub struct Oid { pub OID: [c_ulong; 16], pub OIDlen: c_ulong, }

Fields

Length of DER encoding

Trait Implementations

impl Debug for Oid
[src]

[src]

Formats the value using the given formatter.

impl Copy for Oid
[src]

impl Clone for Oid
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more