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