pub enum Kw {
Show 115 variants
Abs,
Access,
After,
Alias,
All,
And,
Architecture,
Array,
Assert,
Assume,
AssumeGuarantee,
Attribute,
Begin,
Block,
Body,
Buffer,
Bus,
Case,
Component,
Configuration,
Constant,
Context,
Cover,
Default,
Disconnect,
Downto,
Else,
Elsif,
End,
Entity,
Exit,
Fairness,
File,
For,
Force,
Function,
Generate,
Generic,
Group,
Guarded,
If,
Impure,
In,
Inertial,
Inout,
Is,
Label,
Library,
Linkage,
Literal,
Loop,
Map,
Mod,
Nand,
New,
Next,
Nor,
Not,
Null,
Of,
On,
Open,
Or,
Others,
Out,
Package,
Parameter,
Port,
Postponed,
Procedure,
Process,
Property,
Protected,
Pure,
Range,
Record,
Register,
Reject,
Release,
Rem,
Report,
Restrict,
RestrictGuarantee,
Return,
Rol,
Ror,
Select,
Sequence,
Severity,
Shared,
Signal,
Sla,
Sll,
Sra,
Srl,
Strong,
Subtype,
Then,
To,
Transport,
Type,
Unaffected,
Units,
Until,
Use,
Variable,
Vmode,
Vprop,
Vunit,
Wait,
When,
While,
With,
Xnor,
Xor,
}
Variants§
Abs
Access
After
Alias
All
And
Architecture
Array
Assert
Assume
AssumeGuarantee
Attribute
Begin
Block
Body
Buffer
Bus
Case
Component
Configuration
Constant
Context
Cover
Default
Disconnect
Downto
Else
Elsif
End
Entity
Exit
Fairness
File
For
Force
Function
Generate
Generic
Group
Guarded
If
Impure
In
Inertial
Inout
Is
Label
Library
Linkage
Literal
Loop
Map
Mod
Nand
New
Next
Nor
Not
Null
Of
On
Open
Or
Others
Out
Package
Parameter
Port
Postponed
Procedure
Process
Property
Protected
Pure
Range
Record
Register
Reject
Release
Rem
Report
Restrict
RestrictGuarantee
Return
Rol
Ror
Select
Sequence
Severity
Signal
Sla
Sll
Sra
Srl
Strong
Subtype
Then
To
Transport
Type
Unaffected
Units
Until
Use
Variable
Vmode
Vprop
Vunit
Wait
When
While
With
Xnor
Xor
Implementations§
Trait Implementations§
Source§impl Ord for Kw
impl Ord for Kw
Source§impl PartialOrd for Kw
impl PartialOrd for Kw
impl Copy for Kw
impl Eq for Kw
impl StructuralPartialEq for Kw
Auto Trait Implementations§
impl Freeze for Kw
impl RefUnwindSafe for Kw
impl Send for Kw
impl Sync for Kw
impl Unpin for Kw
impl UnwindSafe for Kw
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