[][src]Struct llhd::ir::ModUnit

pub struct ModUnit(_);

An unit definition or declaration in a module.

Trait Implementations

impl Clone for ModUnit[src]

impl Copy for ModUnit[src]

impl Debug for ModUnit[src]

impl<'de> Deserialize<'de> for ModUnit[src]

impl Display for ModUnit[src]

impl Eq for ModUnit[src]

impl Hash for ModUnit[src]

impl Index<ModUnit> for Module[src]

type Output = ModUnitData

The returned type after indexing.

impl IndexMut<ModUnit> for Module[src]

impl Ord for ModUnit[src]

impl PartialEq<ModUnit> for ModUnit[src]

impl PartialOrd<ModUnit> for ModUnit[src]

impl Serialize for ModUnit[src]

impl StructuralEq for ModUnit[src]

impl StructuralPartialEq for ModUnit[src]

impl TableKey for ModUnit[src]

Auto Trait Implementations

impl RefUnwindSafe for ModUnit

impl Send for ModUnit

impl Sync for ModUnit

impl Unpin for ModUnit

impl UnwindSafe for ModUnit

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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.