Type Alias GHmac

Source
pub type GHmac = _GHmac;
Expand description

GHmac:

An opaque structure representing a HMAC operation. To create a new GHmac, use g_hmac_new(). To free a GHmac, use g_hmac_unref().

Since: 2.30

Aliased Type§

struct GHmac { /* private fields */ }

Trait Implementations

Source§

impl Clone for _GHmac

Source§

fn clone(&self) -> _GHmac

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _GHmac

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for _GHmac