#[repr(u8)]pub enum Ualgoselect {
Sha1 = 0,
Sha256 = 1,
Sha224 = 4,
}
Expand description
User SHA Algorithm
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Ualgoselect
impl Clone for Ualgoselect
Source§fn clone(&self) -> Ualgoselect
fn clone(&self) -> Ualgoselect
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 moreSource§impl Debug for Ualgoselect
impl Debug for Ualgoselect
Source§impl From<Ualgoselect> for u8
impl From<Ualgoselect> for u8
Source§fn from(variant: Ualgoselect) -> Self
fn from(variant: Ualgoselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Ualgoselect
impl PartialEq for Ualgoselect
impl Copy for Ualgoselect
impl Eq for Ualgoselect
impl IsEnum for Ualgoselect
impl StructuralPartialEq for Ualgoselect
Auto Trait Implementations§
impl Freeze for Ualgoselect
impl RefUnwindSafe for Ualgoselect
impl Send for Ualgoselect
impl Sync for Ualgoselect
impl Unpin for Ualgoselect
impl UnwindSafe for Ualgoselect
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