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