aws_lc_sys

Type Alias CRYPTO_MUTEX

Source
pub type CRYPTO_MUTEX = crypto_mutex_st;

Aliased Type§

union CRYPTO_MUTEX {
    pub alignment: f64,
    pub padding: [u8; 56],
}

Fields§

§alignment: f64§padding: [u8; 56]

Trait Implementations

Source§

impl Clone for crypto_mutex_st

Source§

fn clone(&self) -> crypto_mutex_st

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 Default for crypto_mutex_st

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for crypto_mutex_st