[][src]Struct llvm_scratch::core::function::ReturnType

pub struct ReturnType { /* fields omitted */ }

each llvm function must have a return type. LLVMFunctionに必ず存在する,返り値の型

Implementations

impl ReturnType[src]

pub fn new(ret_type: LLVMType, attrs: Option<ParameterAttributes>) -> Self[src]

Trait Implementations

impl Display for ReturnType[src]

impl Eq for ReturnType[src]

impl Hash for ReturnType[src]

impl Ord for ReturnType[src]

impl PartialEq<ReturnType> for ReturnType[src]

impl PartialOrd<ReturnType> for ReturnType[src]

impl StructuralEq for ReturnType[src]

impl StructuralPartialEq for ReturnType[src]

Auto Trait Implementations

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