#[repr(C)]pub struct blst_scalar {
pub b: [byte; 32],
}
Fields§
§b: [byte; 32]
Implementations§
Trait Implementations§
Source§impl Clone for blst_scalar
impl Clone for blst_scalar
Source§fn clone(&self) -> blst_scalar
fn clone(&self) -> blst_scalar
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 blst_scalar
impl Debug for blst_scalar
Source§impl Default for blst_scalar
impl Default for blst_scalar
Source§fn default() -> blst_scalar
fn default() -> blst_scalar
Returns the “default value” for a type. Read more
Source§impl<'a> From<&'a SecretKey> for &'a blst_scalar
impl<'a> From<&'a SecretKey> for &'a blst_scalar
Source§impl<'a> From<&'a SecretKey> for &'a blst_scalar
impl<'a> From<&'a SecretKey> for &'a blst_scalar
Source§impl PartialEq for blst_scalar
impl PartialEq for blst_scalar
Source§impl<'a> TryFrom<&'a blst_scalar> for &'a SecretKey
impl<'a> TryFrom<&'a blst_scalar> for &'a SecretKey
Source§type Error = BLST_ERROR
type Error = BLST_ERROR
The type returned in the event of a conversion error.
Source§impl<'a> TryFrom<&'a blst_scalar> for &'a SecretKey
impl<'a> TryFrom<&'a blst_scalar> for &'a SecretKey
Source§type Error = BLST_ERROR
type Error = BLST_ERROR
The type returned in the event of a conversion error.
Source§impl Zeroize for blst_scalar
impl Zeroize for blst_scalar
impl Eq for blst_scalar
impl StructuralPartialEq for blst_scalar
Auto Trait Implementations§
impl Freeze for blst_scalar
impl RefUnwindSafe for blst_scalar
impl Send for blst_scalar
impl Sync for blst_scalar
impl Unpin for blst_scalar
impl UnwindSafe for blst_scalar
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