#[repr(u8)]
pub enum UALGO_A {
SHA1,
SHA256,
SHA224,
}
Expand description
User SHA Algorithm
Value on reset: 0
Variants
SHA1
0: SHA1 Algorithm
SHA256
1: SHA256 Algorithm
SHA224
4: SHA224 Algorithm
Trait Implementations
impl Copy for UALGO_A
impl StructuralPartialEq for UALGO_A
Auto Trait Implementations
impl RefUnwindSafe for UALGO_A
impl Send for UALGO_A
impl Sync for UALGO_A
impl Unpin for UALGO_A
impl UnwindSafe for UALGO_A
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