This is supported on
Py_3_8
only.Expand description
Python 3.8 and up - ipow has modulo argument correctly populated.
Tuple Fields
0: *mut PyObject
Implementations
sourceimpl IPowModulo
impl IPowModulo
pub fn extract<'a, T: FromPyObject<'a>>(self, py: Python<'a>) -> PyResult<T>
Auto Trait Implementations
impl RefUnwindSafe for IPowModulo
impl !Send for IPowModulo
impl !Sync for IPowModulo
impl Unpin for IPowModulo
impl UnwindSafe for IPowModulo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more