#[repr(C)]pub struct mbedtls_mpi {
pub s: c_int,
pub n: size_t,
pub p: *mut mbedtls_mpi_uint,
}
Fields§
§s: c_int
§n: size_t
§p: *mut mbedtls_mpi_uint
Trait Implementations§
Source§impl Clone for mbedtls_mpi
impl Clone for mbedtls_mpi
Source§fn clone(&self) -> mbedtls_mpi
fn clone(&self) -> mbedtls_mpi
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for mbedtls_mpi
impl Debug for mbedtls_mpi
Source§impl Default for mbedtls_mpi
impl Default for mbedtls_mpi
impl Copy for mbedtls_mpi
Auto Trait Implementations§
impl Freeze for mbedtls_mpi
impl RefUnwindSafe for mbedtls_mpi
impl !Send for mbedtls_mpi
impl !Sync for mbedtls_mpi
impl Unpin for mbedtls_mpi
impl UnwindSafe for mbedtls_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