pub struct SyscallAltBn128Compression {}
Expand description
alt_bn128 g1 and g2 compression and decompression
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SyscallAltBn128Compression
impl Send for SyscallAltBn128Compression
impl Sync for SyscallAltBn128Compression
impl Unpin for SyscallAltBn128Compression
impl UnwindSafe for SyscallAltBn128Compression
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