[−][src]Enum pdb::Variant
Variants
U8(u8)
U16(u16)
U32(u32)
U64(u64)
I8(i8)
I16(i16)
I32(i32)
I64(i64)
Trait Implementations
impl Debug for Variant
[src]
impl Debug for Variant
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for Variant
[src]
impl Copy for Variant
impl Clone for Variant
[src]
impl Clone for Variant
fn clone(&self) -> Variant
[src]
fn clone(&self) -> Variant
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for Variant
[src]
impl PartialEq for Variant
fn eq(&self, other: &Variant) -> bool
[src]
fn eq(&self, other: &Variant) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Variant) -> bool
[src]
fn ne(&self, other: &Variant) -> bool
This method tests for !=
.
impl Eq for Variant
[src]
impl Eq for Variant