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