#[repr(C)]pub struct blst_fr {
pub l: [limb_t; 4],
}Fields§
§l: [limb_t; 4]Trait Implementations§
impl Copy for blst_fr
impl Eq for blst_fr
impl StructuralPartialEq for blst_fr
Auto Trait Implementations§
impl Freeze for blst_fr
impl RefUnwindSafe for blst_fr
impl Send for blst_fr
impl Sync for blst_fr
impl Unpin for blst_fr
impl UnwindSafe for blst_fr
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