Struct llvm_support::ty::FunctionType [−][src]
#[non_exhaustive]pub struct FunctionType { /* fields omitted */ }
Expand description
Represents an function type.
Implementations
Trait Implementations
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 RefUnwindSafe for FunctionType
impl Send for FunctionType
impl Sync for FunctionType
impl Unpin for FunctionType
impl UnwindSafe for FunctionType
Blanket Implementations
Mutably borrows from an owned value. Read more