Struct ittapi::jit::MethodLoad
source · [−]pub struct MethodLoad(_);
Expand description
Newtype wrapper for a JIT method load.
Auto Trait Implementations
impl RefUnwindSafe for MethodLoad
impl !Send for MethodLoad
impl !Sync for MethodLoad
impl Unpin for MethodLoad
impl UnwindSafe for MethodLoad
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more