#[repr(C)]pub struct bn_mont_ctx_st {
pub RR: BIGNUM,
pub N: BIGNUM,
pub n0: [BN_ULONG; 2],
}
Fields§
§RR: BIGNUM
§N: BIGNUM
§n0: [BN_ULONG; 2]
Trait Implementations§
Source§impl Clone for bn_mont_ctx_st
impl Clone for bn_mont_ctx_st
Source§fn clone(&self) -> bn_mont_ctx_st
fn clone(&self) -> bn_mont_ctx_st
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 bn_mont_ctx_st
impl Debug for bn_mont_ctx_st
Source§impl Default for bn_mont_ctx_st
impl Default for bn_mont_ctx_st
Source§impl PartialEq for bn_mont_ctx_st
impl PartialEq for bn_mont_ctx_st
impl Copy for bn_mont_ctx_st
impl Eq for bn_mont_ctx_st
impl StructuralPartialEq for bn_mont_ctx_st
Auto Trait Implementations§
impl Freeze for bn_mont_ctx_st
impl RefUnwindSafe for bn_mont_ctx_st
impl !Send for bn_mont_ctx_st
impl !Sync for bn_mont_ctx_st
impl Unpin for bn_mont_ctx_st
impl UnwindSafe for bn_mont_ctx_st
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