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