Type Alias UalgoR

Source
pub type UalgoR = FieldReader<Ualgoselect>;
Expand description

Field UALGO reader - User SHA Algorithm

Aliased Type§

struct UalgoR { /* private fields */ }

Implementations§

Source§

impl UalgoR

Source

pub const fn variant(&self) -> Option<Ualgoselect>

Get enumerated values variant

Source

pub fn is_sha1(&self) -> bool

SHA1 Algorithm

Source

pub fn is_sha256(&self) -> bool

SHA256 Algorithm

Source

pub fn is_sha224(&self) -> bool

SHA224 Algorithm