#[repr(transparent)]pub struct Ba413hashhwcfg(pub u32);
Expand description
Generic g_Hash value
Tuple Fields§
§0: u32
Implementations§
Source§impl Ba413hashhwcfg
impl Ba413hashhwcfg
Sourcepub const fn ba413hashhwcfgmask(&self) -> u8
pub const fn ba413hashhwcfgmask(&self) -> u8
Generic g_HashMaskFunc value.
Sourcepub fn set_ba413hashhwcfgmask(&mut self, val: u8)
pub fn set_ba413hashhwcfgmask(&mut self, val: u8)
Generic g_HashMaskFunc value.
Sourcepub const fn ba413hashhwcfgpadding(&self) -> bool
pub const fn ba413hashhwcfgpadding(&self) -> bool
Generic g_HashPadding value.
Sourcepub fn set_ba413hashhwcfgpadding(&mut self, val: bool)
pub fn set_ba413hashhwcfgpadding(&mut self, val: bool)
Generic g_HashPadding value.
Sourcepub const fn ba413hashhwcfghmac(&self) -> bool
pub const fn ba413hashhwcfghmac(&self) -> bool
Generic g_HMAC_enabled value.
Sourcepub fn set_ba413hashhwcfghmac(&mut self, val: bool)
pub fn set_ba413hashhwcfghmac(&mut self, val: bool)
Generic g_HMAC_enabled value.
Sourcepub const fn ba413hashhwcfgverifydigest(&self) -> bool
pub const fn ba413hashhwcfgverifydigest(&self) -> bool
Generic g_HashVerifyDigest value.
Sourcepub fn set_ba413hashhwcfgverifydigest(&mut self, val: bool)
pub fn set_ba413hashhwcfgverifydigest(&mut self, val: bool)
Generic g_HashVerifyDigest value.
Trait Implementations§
Source§impl Clone for Ba413hashhwcfg
impl Clone for Ba413hashhwcfg
Source§fn clone(&self) -> Ba413hashhwcfg
fn clone(&self) -> Ba413hashhwcfg
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 Default for Ba413hashhwcfg
impl Default for Ba413hashhwcfg
Source§fn default() -> Ba413hashhwcfg
fn default() -> Ba413hashhwcfg
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ba413hashhwcfg
impl PartialEq for Ba413hashhwcfg
impl Copy for Ba413hashhwcfg
impl Eq for Ba413hashhwcfg
impl StructuralPartialEq for Ba413hashhwcfg
Auto Trait Implementations§
impl Freeze for Ba413hashhwcfg
impl RefUnwindSafe for Ba413hashhwcfg
impl Send for Ba413hashhwcfg
impl Sync for Ba413hashhwcfg
impl Unpin for Ba413hashhwcfg
impl UnwindSafe for Ba413hashhwcfg
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)