pub struct fiat_25519_loose_field_element(pub [u64; 5]);
Expand description
The type fiat_25519_loose_field_element is a field element with loose bounds. Bounds: [[0x0 ~> 0x18000000000000], [0x0 ~> 0x18000000000000], [0x0 ~> 0x18000000000000], [0x0 ~> 0x18000000000000], [0x0 ~> 0x18000000000000]]
Tuple Fields§
§0: [u64; 5]
Trait Implementations§
source§impl Clone for fiat_25519_loose_field_element
impl Clone for fiat_25519_loose_field_element
source§fn clone(&self) -> fiat_25519_loose_field_element
fn clone(&self) -> fiat_25519_loose_field_element
Returns a copy 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_25519_loose_field_element
impl Index<usize> for fiat_25519_loose_field_element
impl Copy for fiat_25519_loose_field_element
Auto Trait Implementations§
impl Freeze for fiat_25519_loose_field_element
impl RefUnwindSafe for fiat_25519_loose_field_element
impl Send for fiat_25519_loose_field_element
impl Sync for fiat_25519_loose_field_element
impl Unpin for fiat_25519_loose_field_element
impl UnwindSafe for fiat_25519_loose_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