#[repr(C)]pub enum FipsVersion {
Fips186V2 = 0,
Fips186V3 = 1,
}
Expand description
Specifies the Federal Information Processing Standard (FIPS) to apply when used in conjuction with a DSA key of greater than 1024 bit length.
Variants§
Trait Implementations§
Source§impl Clone for FipsVersion
impl Clone for FipsVersion
Source§fn clone(&self) -> FipsVersion
fn clone(&self) -> FipsVersion
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 moreimpl Copy for FipsVersion
Auto Trait Implementations§
impl Freeze for FipsVersion
impl RefUnwindSafe for FipsVersion
impl Send for FipsVersion
impl Sync for FipsVersion
impl Unpin for FipsVersion
impl UnwindSafe for FipsVersion
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more