Enum ecc608_linux::address::DataBuffer
source · pub enum DataBuffer {
TempKey,
MessageDigest,
AlternateKey,
}Variants
TempKey
MessageDigest
AlternateKey
Trait Implementations
sourceimpl Debug for DataBuffer
impl Debug for DataBuffer
sourceimpl From<&DataBuffer> for u8
impl From<&DataBuffer> for u8
sourcefn from(v: &DataBuffer) -> Self
fn from(v: &DataBuffer) -> Self
Converts to this type from the input type.
sourceimpl From<u8> for DataBuffer
impl From<u8> for DataBuffer
sourceimpl PartialEq<DataBuffer> for DataBuffer
impl PartialEq<DataBuffer> for DataBuffer
sourcefn eq(&self, other: &DataBuffer) -> bool
fn eq(&self, other: &DataBuffer) -> bool
impl Eq for DataBuffer
impl StructuralEq for DataBuffer
impl StructuralPartialEq for DataBuffer
Auto Trait Implementations
impl RefUnwindSafe for DataBuffer
impl Send for DataBuffer
impl Sync for DataBuffer
impl Unpin for DataBuffer
impl UnwindSafe for DataBuffer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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