Struct ast_demangle::rust_v0::FnSig [−][src]
pub struct FnSig<'a> {
pub bound_lifetimes: u64,
pub is_unsafe: bool,
pub abi: Option<Abi<'a>>,
pub argument_types: Vec<Rc<Type<'a>>>,
pub return_type: Rc<Type<'a>>,
}Fields
bound_lifetimes: u64is_unsafe: boolabi: Option<Abi<'a>>argument_types: Vec<Rc<Type<'a>>>return_type: Rc<Type<'a>>Implementations
Returns an object that implements Display for printing the function signature.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for FnSig<'a>
impl<'a> UnwindSafe for FnSig<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more