pub struct fiat_p521_tight_field_element(pub [u64; 9]);Expand description
The type fiat_p521_tight_field_element is a field element with tight bounds. Bounds: [[0x0 ~> 0x400000000000000], [0x0 ~> 0x400000000000000], [0x0 ~> 0x400000000000000], [0x0 ~> 0x400000000000000], [0x0 ~> 0x400000000000000], [0x0 ~> 0x400000000000000], [0x0 ~> 0x400000000000000], [0x0 ~> 0x400000000000000], [0x0 ~> 0x200000000000000]]
Tuple Fields§
§0: [u64; 9]Trait Implementations§
Source§impl AsRef<fiat_p521_tight_field_element> for FieldElement
impl AsRef<fiat_p521_tight_field_element> for FieldElement
Source§fn as_ref(&self) -> &fiat_p521_tight_field_element
fn as_ref(&self) -> &fiat_p521_tight_field_element
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for fiat_p521_tight_field_element
impl Clone for fiat_p521_tight_field_element
Source§fn clone(&self) -> fiat_p521_tight_field_element
fn clone(&self) -> fiat_p521_tight_field_element
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 Index<usize> for fiat_p521_tight_field_element
impl Index<usize> for fiat_p521_tight_field_element
impl Copy for fiat_p521_tight_field_element
Auto Trait Implementations§
impl Freeze for fiat_p521_tight_field_element
impl RefUnwindSafe for fiat_p521_tight_field_element
impl Send for fiat_p521_tight_field_element
impl Sync for fiat_p521_tight_field_element
impl Unpin for fiat_p521_tight_field_element
impl UnsafeUnpin for fiat_p521_tight_field_element
impl UnwindSafe for fiat_p521_tight_field_element
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