[][src]Struct lucetc::Lucetc

pub struct Lucetc { /* fields omitted */ }

Methods

impl Lucetc[src]

pub fn new<P: AsRef<Path>>(input: P) -> Self[src]

pub fn try_from_bytes<B: AsRef<[u8]>>(bytes: B) -> Result<Self, Error>[src]

pub fn object_file<P: AsRef<Path>>(&self, output: P) -> Result<(), Error>[src]

pub fn clif_ir<P: AsRef<Path>>(&self, output: P) -> Result<(), Error>[src]

pub fn shared_object_file<P: AsRef<Path>>(&self, output: P) -> Result<(), Error>[src]

Trait Implementations

impl AsLucetc for Lucetc[src]

Auto Trait Implementations

impl !RefUnwindSafe for Lucetc

impl !Send for Lucetc

impl !Sync for Lucetc

impl Unpin for Lucetc

impl !UnwindSafe for Lucetc

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> FromBits<T> for T[src]

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

impl<T> LucetcOpts for T where
    T: AsLucetc
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,