Struct oysterpack_app_metadata::metadata::Target[][src]

pub struct Target { /* fields omitted */ }

Compile target info

Methods

impl Target
[src]

triple

env

os

arch

endian

pointer_width

Trait Implementations

impl Debug for Target
[src]

Formats the value using the given formatter. Read more

impl Clone for Target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 !=.

Auto Trait Implementations

impl Send for Target

impl Sync for Target