pub struct InstrFunction { /* private fields */ }Expand description
The INSTR function.
Implementations§
Trait Implementations§
Source§impl Callable for InstrFunction
impl Callable for InstrFunction
Auto Trait Implementations§
impl !Send for InstrFunction
impl !Sync for InstrFunction
impl Freeze for InstrFunction
impl RefUnwindSafe for InstrFunction
impl Unpin for InstrFunction
impl UnsafeUnpin for InstrFunction
impl UnwindSafe for InstrFunction
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