#[repr(transparent)]pub struct Digest0(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl Digest0
impl Digest0
Sourcepub const fn digest(&self) -> u32
pub const fn digest(&self) -> u32
One word of the Digest or output. Note that only 1st 4 are populated for AES and 1st 5 are populated for SHA1.
Sourcepub const fn set_digest(&mut self, val: u32)
pub const fn set_digest(&mut self, val: u32)
One word of the Digest or output. Note that only 1st 4 are populated for AES and 1st 5 are populated for SHA1.
Trait Implementations§
impl Copy for Digest0
impl Eq for Digest0
impl StructuralPartialEq for Digest0
Auto Trait Implementations§
impl Freeze for Digest0
impl RefUnwindSafe for Digest0
impl Send for Digest0
impl Sync for Digest0
impl Unpin for Digest0
impl UnwindSafe for Digest0
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