#[repr(C)]pub struct MlirTypeToLLVMIRTranslator {
pub ptr: *mut c_void,
}Fields§
§ptr: *mut c_voidTrait Implementations§
Source§impl Clone for MlirTypeToLLVMIRTranslator
impl Clone for MlirTypeToLLVMIRTranslator
Source§fn clone(&self) -> MlirTypeToLLVMIRTranslator
fn clone(&self) -> MlirTypeToLLVMIRTranslator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MlirTypeToLLVMIRTranslator
impl Debug for MlirTypeToLLVMIRTranslator
impl Copy for MlirTypeToLLVMIRTranslator
Auto Trait Implementations§
impl Freeze for MlirTypeToLLVMIRTranslator
impl RefUnwindSafe for MlirTypeToLLVMIRTranslator
impl !Send for MlirTypeToLLVMIRTranslator
impl !Sync for MlirTypeToLLVMIRTranslator
impl Unpin for MlirTypeToLLVMIRTranslator
impl UnwindSafe for MlirTypeToLLVMIRTranslator
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