pub enum TableKind {
Show 42 variants
Module = 0,
TypeRef = 1,
TypeDef = 2,
Field = 4,
MethodDef = 6,
Param = 8,
InterfaceImpl = 9,
MemberRef = 10,
Constant = 11,
CustomAttribute = 12,
FieldMarshal = 13,
DeclSecurity = 14,
ClassLayout = 15,
FieldLayout = 16,
StandAloneSig = 17,
EventMap = 18,
Event = 20,
PropertyMap = 21,
Property = 23,
MethodSemantics = 24,
MethodImpl = 25,
ModuleRef = 26,
TypeSpec = 27,
ImplMap = 28,
FieldRVA = 29,
Assembly = 32,
AssemblyRef = 35,
File = 38,
ExportedType = 39,
ManifestResource = 40,
NestedClass = 41,
GenericParam = 42,
MethodSpec = 43,
GenericParamConstraint = 44,
Document = 48,
MethodDebugInformation = 49,
LocalScope = 50,
LocalVariable = 51,
LocalConstant = 52,
ImportScope = 53,
StateMachineMethod = 54,
CustomDebugInformation = 55,
}Variants§
Module = 0
TypeRef = 1
TypeDef = 2
Field = 4
MethodDef = 6
Param = 8
InterfaceImpl = 9
MemberRef = 10
Constant = 11
CustomAttribute = 12
FieldMarshal = 13
DeclSecurity = 14
ClassLayout = 15
FieldLayout = 16
StandAloneSig = 17
EventMap = 18
Event = 20
PropertyMap = 21
Property = 23
MethodSemantics = 24
MethodImpl = 25
ModuleRef = 26
TypeSpec = 27
ImplMap = 28
FieldRVA = 29
Assembly = 32
AssemblyRef = 35
File = 38
ExportedType = 39
ManifestResource = 40
NestedClass = 41
GenericParam = 42
MethodSpec = 43
GenericParamConstraint = 44
Document = 48
MethodDebugInformation = 49
LocalScope = 50
LocalVariable = 51
LocalConstant = 52
ImportScope = 53
StateMachineMethod = 54
CustomDebugInformation = 55
Implementations§
Trait Implementations§
impl Copy for TableKind
impl Eq for TableKind
impl StructuralPartialEq for TableKind
Auto Trait Implementations§
impl Freeze for TableKind
impl RefUnwindSafe for TableKind
impl Send for TableKind
impl Sync for TableKind
impl Unpin for TableKind
impl UnsafeUnpin for TableKind
impl UnwindSafe for TableKind
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