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

0: bool

U8(u8)

Tuple Fields

0: u8

I8(i8)

Tuple Fields

0: i8

U16(u16)

Tuple Fields

0: u16

I16(i16)

Tuple Fields

0: i16

U32(u32)

Tuple Fields

0: u32

I32(i32)

Tuple Fields

0: i32

U64(u64)

Tuple Fields

0: u64

I64(i64)

Tuple Fields

0: i64

F32(f32)

Tuple Fields

0: f32

F64(f64)

Tuple Fields

0: f64

String(String)

Tuple Fields

0: String

TypeDef(TypeDef)

Tuple Fields

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.