[−][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 Variantfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Variant[src]
impl Copy for Variantimpl Clone for Variant[src]
impl Clone for Variantfn clone(&self) -> Variant[src]
fn clone(&self) -> VariantReturns 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 Variantfn eq(&self, other: &Variant) -> bool[src]
fn eq(&self, other: &Variant) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for Variant[src]
impl Eq for Variant