#[repr(C)]pub enum crypt_rng_type {
CRYPT_RNG_URANDOM = 0,
CRYPT_RNG_RANDOM = 1,
}Variants§
Trait Implementations§
Source§impl Clone for crypt_rng_type
impl Clone for crypt_rng_type
Source§fn clone(&self) -> crypt_rng_type
fn clone(&self) -> crypt_rng_type
Returns a duplicate 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 moreSource§impl Debug for crypt_rng_type
impl Debug for crypt_rng_type
Source§impl PartialEq for crypt_rng_type
impl PartialEq for crypt_rng_type
impl Copy for crypt_rng_type
impl Eq for crypt_rng_type
impl StructuralPartialEq for crypt_rng_type
Auto Trait Implementations§
impl Freeze for crypt_rng_type
impl RefUnwindSafe for crypt_rng_type
impl Send for crypt_rng_type
impl Sync for crypt_rng_type
impl Unpin for crypt_rng_type
impl UnwindSafe for crypt_rng_type
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