pub struct SECP256K1 { /* private fields */ }
Expand description
Static reference to secp instance
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SECP256K1
impl RefUnwindSafe for SECP256K1
impl Send for SECP256K1
impl Sync for SECP256K1
impl Unpin for SECP256K1
impl UnwindSafe for SECP256K1
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