Struct boring_sys::fips_counter_t
source · [−]#[repr(transparent)]pub struct fips_counter_t(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl fips_counter_t
impl fips_counter_t
pub const fips_counter_evp_aes_128_gcm: fips_counter_t = _
sourceimpl fips_counter_t
impl fips_counter_t
pub const fips_counter_evp_aes_256_gcm: fips_counter_t = _
sourceimpl fips_counter_t
impl fips_counter_t
pub const fips_counter_evp_aes_128_ctr: fips_counter_t = _
sourceimpl fips_counter_t
impl fips_counter_t
pub const fips_counter_evp_aes_256_ctr: fips_counter_t = _
sourceimpl fips_counter_t
impl fips_counter_t
pub const fips_counter_max: fips_counter_t = _
Trait Implementations
sourceimpl Clone for fips_counter_t
impl Clone for fips_counter_t
sourcefn clone(&self) -> fips_counter_t
fn clone(&self) -> fips_counter_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for fips_counter_t
impl Debug for fips_counter_t
sourceimpl Hash for fips_counter_t
impl Hash for fips_counter_t
sourceimpl PartialEq<fips_counter_t> for fips_counter_t
impl PartialEq<fips_counter_t> for fips_counter_t
sourcefn eq(&self, other: &fips_counter_t) -> bool
fn eq(&self, other: &fips_counter_t) -> bool
impl Copy for fips_counter_t
impl Eq for fips_counter_t
impl StructuralEq for fips_counter_t
impl StructuralPartialEq for fips_counter_t
Auto Trait Implementations
impl RefUnwindSafe for fips_counter_t
impl Send for fips_counter_t
impl Sync for fips_counter_t
impl Unpin for fips_counter_t
impl UnwindSafe for fips_counter_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more