Struct quote::Hex [] [src]

pub struct Hex<T>(pub T);

Wrap an integer so it interpolates as a hexadecimal.

Trait Implementations

impl<T: Debug> Debug for Hex<T>
[src]

Formats the value using the given formatter.

impl ToTokens for Hex<i8>
[src]

Write self to the given Tokens. Read more

impl ToTokens for Hex<i16>
[src]

Write self to the given Tokens. Read more

impl ToTokens for Hex<i32>
[src]

Write self to the given Tokens. Read more

impl ToTokens for Hex<i64>
[src]

Write self to the given Tokens. Read more

impl ToTokens for Hex<isize>
[src]

Write self to the given Tokens. Read more

impl ToTokens for Hex<u8>
[src]

Write self to the given Tokens. Read more

impl ToTokens for Hex<u16>
[src]

Write self to the given Tokens. Read more

impl ToTokens for Hex<u32>
[src]

Write self to the given Tokens. Read more

impl ToTokens for Hex<u64>
[src]

Write self to the given Tokens. Read more

impl ToTokens for Hex<usize>
[src]

Write self to the given Tokens. Read more