Struct llvm_kaleidoscope_rs::llvm::Type
source · pub struct Type<'llvm>(/* private fields */);
Expand description
Wrapper for a LLVM Type Reference.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'llvm> RefUnwindSafe for Type<'llvm>
impl<'llvm> !Send for Type<'llvm>
impl<'llvm> !Sync for Type<'llvm>
impl<'llvm> Unpin for Type<'llvm>
impl<'llvm> UnwindSafe for Type<'llvm>
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