Struct cpp_to_rust_common::target::Target [] [src]

pub struct Target {
    pub arch: Arch,
    pub os: OS,
    pub family: Family,
    pub env: Env,
    pub pointer_width: PointerWidth,
    pub endian: Endian,
}

Fields

Trait Implementations

impl Eq for Target
[src]

impl PartialEq for Target
[src]

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

This method tests for !=.

impl Clone for Target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Target
[src]

Formats the value using the given formatter.