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