Enum windows_reader::ConstantValue[][src]

pub enum ConstantValue {
Show 13 variants Bool(bool), U8(u8), I8(i8), U16(u16), I16(i16), U32(u32), I32(i32), U64(u64), I64(i64), F32(f32), F64(f64), String(String), TypeDef(TypeDef),
}

Variants

Bool(bool)

Tuple Fields of Bool

0: bool
U8(u8)

Tuple Fields of U8

0: u8
I8(i8)

Tuple Fields of I8

0: i8
U16(u16)

Tuple Fields of U16

0: u16
I16(i16)

Tuple Fields of I16

0: i16
U32(u32)

Tuple Fields of U32

0: u32
I32(i32)

Tuple Fields of I32

0: i32
U64(u64)

Tuple Fields of U64

0: u64
I64(i64)

Tuple Fields of I64

0: i64
F32(f32)

Tuple Fields of F32

0: f32
F64(f64)

Tuple Fields of F64

0: f64
String(String)

Tuple Fields of String

0: String
TypeDef(TypeDef)

Tuple Fields of TypeDef

0: TypeDef

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.