pub(crate) struct Sha1State {
pub(crate) state: [u32; 5],
}
Fields§
§state: [u32; 5]
Implementations§
Trait Implementations§
Source§impl Ord for Sha1State
impl Ord for Sha1State
Source§impl PartialOrd for Sha1State
impl PartialOrd for Sha1State
impl Copy for Sha1State
impl Eq for Sha1State
impl StructuralPartialEq for Sha1State
Auto Trait Implementations§
impl Freeze for Sha1State
impl RefUnwindSafe for Sha1State
impl Send for Sha1State
impl Sync for Sha1State
impl Unpin for Sha1State
impl UnwindSafe for Sha1State
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