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