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