Struct commoncrypto_sys::CC_SHA_CTX [] [src]

#[repr(C)]
pub struct CC_SHA_CTX { /* fields omitted */ }

Struct used to generate SHA1 hashes.

Trait Implementations

impl Clone for CC_SHA_CTX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CC_SHA_CTX
[src]

Formats the value using the given formatter.

impl Default for CC_SHA_CTX
[src]

Returns the "default value" for a type. Read more

impl PartialEq for CC_SHA_CTX
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.