#[repr(C)]pub struct MlirValue {
    pub ptr: *const c_void,
}Fields§
§ptr: *const c_voidTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MlirValue
impl !Send for MlirValue
impl !Sync for MlirValue
impl Unpin for MlirValue
impl UnwindSafe for MlirValue
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