#[repr(C)]pub struct ocrypto_p256_inv_ctx {
pub x: ocrypto_mod_p256,
pub x3: ocrypto_mod_p256,
pub xn: ocrypto_mod_p256,
pub t: ocrypto_mod_p256,
pub step: c_int,
}Fields§
§x: ocrypto_mod_p256@cond
x3: ocrypto_mod_p256@cond
xn: ocrypto_mod_p256@cond
t: ocrypto_mod_p256@cond
step: c_intTrait Implementations§
Source§impl Clone for ocrypto_p256_inv_ctx
impl Clone for ocrypto_p256_inv_ctx
Source§fn clone(&self) -> ocrypto_p256_inv_ctx
fn clone(&self) -> ocrypto_p256_inv_ctx
Returns a duplicate 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 ocrypto_p256_inv_ctx
impl Debug for ocrypto_p256_inv_ctx
impl Copy for ocrypto_p256_inv_ctx
Auto Trait Implementations§
impl Freeze for ocrypto_p256_inv_ctx
impl RefUnwindSafe for ocrypto_p256_inv_ctx
impl Send for ocrypto_p256_inv_ctx
impl Sync for ocrypto_p256_inv_ctx
impl Unpin for ocrypto_p256_inv_ctx
impl UnwindSafe for ocrypto_p256_inv_ctx
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