pub struct MethodLoad(/* private fields */);Expand description
Newtype wrapper for a JIT method load.
Auto Trait Implementations§
impl Freeze for MethodLoad
impl RefUnwindSafe for MethodLoad
impl !Send for MethodLoad
impl !Sync for MethodLoad
impl Unpin for MethodLoad
impl UnwindSafe for MethodLoad
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