pub struct GyroECLPPool {
pub params: EclpParams,
pub derived: DerivedEclpParams,
}Expand description
Gyro ECLP pool implementation
Fields§
§params: EclpParams§derived: DerivedEclpParamsImplementations§
Source§impl GyroECLPPool
impl GyroECLPPool
Sourcepub fn new(immutable: GyroECLPImmutable) -> Self
pub fn new(immutable: GyroECLPImmutable) -> Self
Create a new Gyro ECLP pool
Trait Implementations§
Source§impl PoolBase for GyroECLPPool
impl PoolBase for GyroECLPPool
Auto Trait Implementations§
impl Freeze for GyroECLPPool
impl RefUnwindSafe for GyroECLPPool
impl Send for GyroECLPPool
impl Sync for GyroECLPPool
impl Unpin for GyroECLPPool
impl UnsafeUnpin for GyroECLPPool
impl UnwindSafe for GyroECLPPool
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