Struct arret_compiler::GenProgramOptions[][src]

pub struct GenProgramOptions<'target> { /* fields omitted */ }

Implementations

impl<'target> Options<'target>[src]

pub fn new() -> Options<'static>[src]

pub fn with_target_triple(
    self,
    target_triple: Option<&'target str>
) -> Options<'target>
[src]

pub fn with_llvm_opt(self, llvm_opt: bool) -> Options<'target>[src]

pub fn with_output_type(self, output_type: OutputType) -> Options<'target>[src]

pub fn output_type(&self) -> OutputType[src]

Trait Implementations

impl<'target> Clone for Options<'target>[src]

impl Default for Options<'static>[src]

impl<'target> PartialEq<Options<'target>> for Options<'target>[src]

impl<'target> Copy for Options<'target>[src]

impl<'target> StructuralPartialEq for Options<'target>[src]

Auto Trait Implementations

impl<'target> RefUnwindSafe for Options<'target>

impl<'target> Send for Options<'target>

impl<'target> Sync for Options<'target>

impl<'target> Unpin for Options<'target>

impl<'target> UnwindSafe for Options<'target>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> PartialEqInHeap for T where
    T: PartialEq<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.