#[repr(u8)]pub enum NoAutoInit {
SHA_INIT = 0,
NO_SHA_INIT = 1,
}Variants§
Implementations§
Source§impl NoAutoInit
impl NoAutoInit
Trait Implementations§
Source§impl Clone for NoAutoInit
impl Clone for NoAutoInit
Source§fn clone(&self) -> NoAutoInit
fn clone(&self) -> NoAutoInit
Returns a duplicate 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 Debug for NoAutoInit
impl Debug for NoAutoInit
Source§impl From<NoAutoInit> for u8
impl From<NoAutoInit> for u8
Source§fn from(val: NoAutoInit) -> u8
fn from(val: NoAutoInit) -> u8
Converts to this type from the input type.
Source§impl From<u8> for NoAutoInit
impl From<u8> for NoAutoInit
Source§fn from(val: u8) -> NoAutoInit
fn from(val: u8) -> NoAutoInit
Converts to this type from the input type.
Source§impl Ord for NoAutoInit
impl Ord for NoAutoInit
Source§fn cmp(&self, other: &NoAutoInit) -> Ordering
fn cmp(&self, other: &NoAutoInit) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NoAutoInit
impl PartialEq for NoAutoInit
Source§impl PartialOrd for NoAutoInit
impl PartialOrd for NoAutoInit
impl Copy for NoAutoInit
impl Eq for NoAutoInit
impl StructuralPartialEq for NoAutoInit
Auto Trait Implementations§
impl Freeze for NoAutoInit
impl RefUnwindSafe for NoAutoInit
impl Send for NoAutoInit
impl Sync for NoAutoInit
impl Unpin for NoAutoInit
impl UnwindSafe for NoAutoInit
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