pub struct ScalarCoreRepr(pub [u8; 32]);
Tuple Fields§
§0: [u8; 32]
Trait Implementations§
Source§impl AsMut<[u8]> for ScalarCoreRepr
impl AsMut<[u8]> for ScalarCoreRepr
Source§impl AsRef<[u8]> for ScalarCoreRepr
impl AsRef<[u8]> for ScalarCoreRepr
Source§impl Clone for ScalarCoreRepr
impl Clone for ScalarCoreRepr
Source§fn clone(&self) -> ScalarCoreRepr
fn clone(&self) -> ScalarCoreRepr
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 ConstantTimeEq for ScalarCoreRepr
impl ConstantTimeEq for ScalarCoreRepr
Source§impl Debug for ScalarCoreRepr
impl Debug for ScalarCoreRepr
Source§impl Default for ScalarCoreRepr
impl Default for ScalarCoreRepr
Source§fn default() -> ScalarCoreRepr
fn default() -> ScalarCoreRepr
Returns the “default value” for a type. Read more
Source§impl<'a> From<&'a ScalarCore> for ScalarCoreRepr
impl<'a> From<&'a ScalarCore> for ScalarCoreRepr
Source§fn from(e: &'a ScalarCore) -> ScalarCoreRepr
fn from(e: &'a ScalarCore) -> ScalarCoreRepr
Converts to this type from the input type.
Source§impl From<GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>> for ScalarCoreRepr
impl From<GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>> for ScalarCoreRepr
Source§impl From<ScalarCore> for ScalarCoreRepr
impl From<ScalarCore> for ScalarCoreRepr
Source§fn from(e: ScalarCore) -> ScalarCoreRepr
fn from(e: ScalarCore) -> ScalarCoreRepr
Converts to this type from the input type.
Source§impl From<ScalarCoreRepr> for [u8; 32]
impl From<ScalarCoreRepr> for [u8; 32]
Source§fn from(s: ScalarCoreRepr) -> Self
fn from(s: ScalarCoreRepr) -> Self
Converts to this type from the input type.
Source§impl From<ScalarCoreRepr> for GenericArray<u8, U32>
impl From<ScalarCoreRepr> for GenericArray<u8, U32>
Source§fn from(s: ScalarCoreRepr) -> Self
fn from(s: ScalarCoreRepr) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ScalarCoreRepr
impl PartialEq for ScalarCoreRepr
impl Copy for ScalarCoreRepr
impl Eq for ScalarCoreRepr
Auto Trait Implementations§
impl Freeze for ScalarCoreRepr
impl RefUnwindSafe for ScalarCoreRepr
impl Send for ScalarCoreRepr
impl Sync for ScalarCoreRepr
impl Unpin for ScalarCoreRepr
impl UnwindSafe for ScalarCoreRepr
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