Struct aws_lc_sys::fips_counter_t
source · #[repr(transparent)]pub struct fips_counter_t(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl fips_counter_t
impl fips_counter_t
pub const fips_counter_evp_aes_128_gcm: fips_counter_t = _
source§impl fips_counter_t
impl fips_counter_t
pub const fips_counter_evp_aes_256_gcm: fips_counter_t = _
source§impl fips_counter_t
impl fips_counter_t
pub const fips_counter_evp_aes_128_ctr: fips_counter_t = _
source§impl fips_counter_t
impl fips_counter_t
pub const fips_counter_evp_aes_256_ctr: fips_counter_t = _
source§impl fips_counter_t
impl fips_counter_t
pub const fips_counter_max: fips_counter_t = _
Trait Implementations§
source§impl Clone for fips_counter_t
impl Clone for fips_counter_t
source§fn clone(&self) -> fips_counter_t
fn clone(&self) -> fips_counter_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more