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