pub struct SECP { /* private fields */ }Expand description
Global secp context.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SECP
impl RefUnwindSafe for SECP
impl Send for SECP
impl Sync for SECP
impl Unpin for SECP
impl UnwindSafe for SECP
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