#[repr(C)]pub struct mpi {
pub s: c_int,
pub n: usize,
pub p: *mut mpi_uint,
}
Fields§
§s: c_int
§n: usize
§p: *mut mpi_uint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mpi
impl RefUnwindSafe for mpi
impl !Send for mpi
impl !Sync for mpi
impl Unpin for mpi
impl UnwindSafe for mpi
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