Struct solana_bpf_loader_program::syscalls::SyscallSecp256k1Recover [−][src]
pub struct SyscallSecp256k1Recover<'a> { /* fields omitted */ }
Expand description
secp256k1_recover
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for SyscallSecp256k1Recover<'a>
impl<'a> !Send for SyscallSecp256k1Recover<'a>
impl<'a> !Sync for SyscallSecp256k1Recover<'a>
impl<'a> Unpin for SyscallSecp256k1Recover<'a>
impl<'a> !UnwindSafe for SyscallSecp256k1Recover<'a>
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more