Function: cl--struct-epg-key-p
cl--struct-epg-key-p is a byte-compiled function defined in epg.el.gz.
Signature
(cl--struct-epg-key-p CL-X)
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
(cl-defstruct (epg-key
(:constructor nil)
(:copier epg--copy-key)
(:constructor epg-make-key (owner-trust))
(:predicate nil))
(owner-trust nil :read-only t)
sub-key-list user-id-list)