Enum libcryptsetup_rs::consts::vals::CryptRng
source · pub enum CryptRng {
Urandom,
Random,
}Expand description
Rust representation of random number generator enum
Variants§
Trait Implementations§
source§impl PartialEq<CryptRng> for CryptRng
impl PartialEq<CryptRng> for CryptRng
impl Copy for CryptRng
impl Eq for CryptRng
impl StructuralEq for CryptRng
impl StructuralPartialEq for CryptRng
Auto Trait Implementations§
impl RefUnwindSafe for CryptRng
impl Send for CryptRng
impl Sync for CryptRng
impl Unpin for CryptRng
impl UnwindSafe for CryptRng
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