pub struct ReturnType { /* private fields */ }
Expand description
each llvm function must have a return type. LLVMFunctionに必ず存在する,返り値の型
Implementations§
Source§impl ReturnType
impl ReturnType
pub fn new(ret_type: LLVMType, attrs: Option<ParameterAttributes>) -> Self
Trait Implementations§
Source§impl Display for ReturnType
impl Display for ReturnType
Source§impl Hash for ReturnType
impl Hash for ReturnType
Source§impl Ord for ReturnType
impl Ord for ReturnType
Source§fn cmp(&self, other: &ReturnType) -> Ordering
fn cmp(&self, other: &ReturnType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ReturnType
impl PartialEq for ReturnType
Source§impl PartialOrd for ReturnType
impl PartialOrd for ReturnType
impl Eq for ReturnType
impl StructuralPartialEq for ReturnType
Auto Trait Implementations§
impl Freeze for ReturnType
impl RefUnwindSafe for ReturnType
impl Send for ReturnType
impl Sync for ReturnType
impl Unpin for ReturnType
impl UnwindSafe for ReturnType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more