Hash
red4ext_
rs
0.10.0
Hash
Required Methods
hash
Implementations on Foreign Types
u32
Implementors
In red4ext_
rs::
types
Modules
array
Structs
ArrayType
Bitfield
CName
CNamePool
Class
ClassFlags
ClassHandle
Cruid
Curve
CurveType
DataBuffer
DateTime
DeferredDataBuffer
EditorObjectId
EngineTime
EntityId
Enum
Function
FunctionFlags
GameEngine
GameInstance
GameTime
GlobalFunction
Guid
IAllocator
IScriptable
ISerializable
InvokeStatic
InvokeVirtual
ItemId
LocalizationString
MessageResourcePath
Method
MultiChannelCurve
NativeArrayType
NativeClass
NativeGameInstance
NodeRef
PointerType
PoolRef
Property
PropertyFlags
RaRef
RaRefType
RedHashMap
RedString
Ref
RefType
ResRef
ResourceRef
ResourceRefType
RwSpinLockReadGuard
RwSpinLockWriteGuard
ScriptRef
ScriptRefType
ScriptableSystem
SharedDataBuffer
StackArg
StackFrame
StaticArray
StaticArrayType
StaticMethod
TweakDbId
Type
ValueContainer
ValuePtr
Variant
WeakRef
WeakRefType
Enums
GameEItemIdFlag
GamedataItemStructure
Opt
TaggedType
TypeKind
Constants
CALL_INSTR_SIZE
OPCODE_SIZE
Traits
Hash
Instr
Poolable
PoolableOps
Type Aliases
FunctionHandler
OpcodeHandler
red4ext_rs
::
types
Trait
Hash
Copy item path
Settings
Help
Summary
Source
pub trait Hash { // Required method fn
hash
(&self) ->
u32
; }
Expand description
A trait for types that can be hashed.
Required Methods
§
Source
fn
hash
(&self) ->
u32
Implementations on Foreign Types
§
Source
§
impl
Hash
for
u32
Source
§
fn
hash
(&self) ->
u32
Implementors
§
Source
§
impl
Hash
for
CName