#[repr(C)]pub struct MlirRewriterBase {
pub ptr: *mut c_void,
}
Fields§
§ptr: *mut c_void
Trait Implementations§
Source§impl Clone for MlirRewriterBase
impl Clone for MlirRewriterBase
Source§fn clone(&self) -> MlirRewriterBase
fn clone(&self) -> MlirRewriterBase
Returns a copy 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 MlirRewriterBase
impl Debug for MlirRewriterBase
impl Copy for MlirRewriterBase
Auto Trait Implementations§
impl Freeze for MlirRewriterBase
impl RefUnwindSafe for MlirRewriterBase
impl !Send for MlirRewriterBase
impl !Sync for MlirRewriterBase
impl Unpin for MlirRewriterBase
impl UnwindSafe for MlirRewriterBase
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