#[repr(transparent)]pub struct Ba418sha3hwcfg(pub u32);
Expand description
Generic g_Sha3CtxtEn value.
Tuple Fields§
§0: u32
Implementations§
Source§impl Ba418sha3hwcfg
impl Ba418sha3hwcfg
Sourcepub const fn ba418sha3hwcfg(&self) -> bool
pub const fn ba418sha3hwcfg(&self) -> bool
Generic g_Sha3CtxtEn value.
Sourcepub fn set_ba418sha3hwcfg(&mut self, val: bool)
pub fn set_ba418sha3hwcfg(&mut self, val: bool)
Generic g_Sha3CtxtEn value.
Trait Implementations§
Source§impl Clone for Ba418sha3hwcfg
impl Clone for Ba418sha3hwcfg
Source§fn clone(&self) -> Ba418sha3hwcfg
fn clone(&self) -> Ba418sha3hwcfg
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 Ba418sha3hwcfg
impl Default for Ba418sha3hwcfg
Source§fn default() -> Ba418sha3hwcfg
fn default() -> Ba418sha3hwcfg
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ba418sha3hwcfg
impl PartialEq for Ba418sha3hwcfg
impl Copy for Ba418sha3hwcfg
impl Eq for Ba418sha3hwcfg
impl StructuralPartialEq for Ba418sha3hwcfg
Auto Trait Implementations§
impl Freeze for Ba418sha3hwcfg
impl RefUnwindSafe for Ba418sha3hwcfg
impl Send for Ba418sha3hwcfg
impl Sync for Ba418sha3hwcfg
impl Unpin for Ba418sha3hwcfg
impl UnwindSafe for Ba418sha3hwcfg
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
)