Struct esp32::sha::sha1_start::SHA1_START_W
source · [−]pub struct SHA1_START_W<'a> { /* private fields */ }Expand description
Field SHA1_START writer - Write 1 to start an SHA-1 operation on the first message block.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for SHA1_START_W<'a>
impl<'a> Send for SHA1_START_W<'a>
impl<'a> Sync for SHA1_START_W<'a>
impl<'a> Unpin for SHA1_START_W<'a>
impl<'a> !UnwindSafe for SHA1_START_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more