Enum moore_svlog::token::Kw [−][src]
pub enum Kw {
Show 248 variants
AcceptOn,
Alias,
Always,
AlwaysComb,
AlwaysFf,
AlwaysLatch,
And,
Assert,
Assign,
Assume,
Automatic,
Before,
Begin,
Bind,
Bins,
Binsof,
Bit,
Break,
Buf,
Bufif0,
Bufif1,
Byte,
Case,
Casex,
Casez,
Cell,
Chandle,
Checker,
Class,
Clocking,
Cmos,
Config,
Const,
Constraint,
Context,
Continue,
Cover,
Covergroup,
Coverpoint,
Cross,
Deassign,
Default,
Defparam,
Design,
Disable,
Dist,
Do,
Edge,
Else,
End,
Endcase,
Endchecker,
Endclass,
Endclocking,
Endconfig,
Endfunction,
Endgenerate,
Endgroup,
Endinterface,
Endmodule,
Endpackage,
Endprimitive,
Endprogram,
Endproperty,
Endsequence,
Endspecify,
Endtable,
Endtask,
Enum,
Event,
Eventually,
Expect,
Export,
Extends,
Extern,
Final,
FirstMatch,
For,
Force,
Foreach,
Forever,
Fork,
Forkjoin,
Function,
Generate,
Genvar,
Global,
Highz0,
Highz1,
If,
Iff,
Ifnone,
IgnoreBins,
IllegalBins,
Implements,
Implies,
Import,
Incdir,
Include,
Initial,
Inout,
Input,
Inside,
Instance,
Int,
Integer,
Interconnect,
Interface,
Intersect,
Join,
JoinAny,
JoinNone,
Large,
Let,
Liblist,
Library,
Local,
Localparam,
Logic,
Longint,
Macromodule,
Matches,
Medium,
Modport,
Module,
Nand,
Negedge,
Nettype,
New,
Nexttime,
Nmos,
Nor,
Noshowcancelled,
Not,
Notif0,
Notif1,
Null,
Or,
Output,
Package,
Packed,
Parameter,
Pmos,
Posedge,
Primitive,
Priority,
Program,
Property,
Protected,
Pull0,
Pull1,
Pulldown,
Pullup,
PulsestyleOndetect,
PulsestyleOnevent,
Pure,
Rand,
Randc,
Randcase,
Randsequence,
Rcmos,
Real,
Realtime,
Ref,
Reg,
RejectOn,
Release,
Repeat,
Restrict,
Return,
Rnmos,
Rpmos,
Rtran,
Rtranif0,
Rtranif1,
SAlways,
SEventually,
SNexttime,
SUntil,
SUntilWith,
Scalared,
Sequence,
Shortint,
Shortreal,
Showcancelled,
Signed,
Small,
Soft,
Solve,
Specify,
Specparam,
Static,
String,
Strong,
Strong0,
Strong1,
Struct,
Super,
Supply0,
Supply1,
SyncAcceptOn,
SyncRejectOn,
Table,
Tagged,
Task,
This,
Throughout,
Time,
Timeprecision,
Timeunit,
Tran,
Tranif0,
Tranif1,
Tri,
Tri0,
Tri1,
Triand,
Trior,
Trireg,
Type,
Typedef,
Union,
Unique,
Unique0,
Unsigned,
Until,
UntilWith,
Untyped,
Use,
Uwire,
Var,
Vectored,
Virtual,
Void,
Wait,
WaitOrder,
Wand,
Weak,
Weak0,
Weak1,
While,
Wildcard,
Wire,
With,
Within,
Wor,
Xnor,
Xor,
}
Variants
Implementations
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more