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