Enum lttng_ust_generate::CIntegerType [] [src]

pub enum CIntegerType {
    I8,
    I16,
    I32,
    I64,
    U8,
    U16,
    U32,
    U64,
}

Represents a C integer type

Variants

Trait Implementations

impl Copy for CIntegerType
[src]

impl Clone for CIntegerType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for CIntegerType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for CIntegerType
[src]

impl Debug for CIntegerType
[src]

[src]

Formats the value using the given formatter.