= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
cryptokiVersion : P11_version.t;
manufacturerID : string;
flags : P11_flags.t;
libraryDescription : string;
libraryVersion : P11_version.t;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val to_string : ?newlines:bool -> ?indent:string -> t -> string
val to_strings : t -> string list
val flags_to_string : P11_flags.t -> string