☰
rustc_codegen_llvm
1.76.0-nightly
(f967532a4 2023-12-08)
Trait Implementations
Debug
Eq
Hash
PartialEq
In rustc_codegen_llvm::llvm_::ffi
?
Foreign Type
rustc_codegen_llvm
::
llvm_
::
ffi
::
Metadata
source
·
[
−
]
extern { pub type Metadata; }
Trait Implementations
§
source
§
impl
Debug
for
Metadata
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
source
§
impl
Hash
for
Metadata
source
§
fn
hash
<H:
Hasher
>(&self, hasher:
&mut H
)
Feeds this value into the given
Hasher
.
Read more
source
§
impl
PartialEq
for
Metadata
source
§
fn
eq
(&self, other:
&Self
) ->
bool
This method tests for
self
and
other
values to be equal, and is used by
==
.
1.0.0
·
source
§
fn
ne
(&self, other:
&Rhs
) ->
bool
This method tests for
!=
. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source
§
impl
Eq
for
Metadata