#[repr(C)]pub struct ocrypto_srp_ctx {
pub c: ocrypto_srp_ctx__bindgen_ty_1,
pub x: ocrypto_srp_mg,
pub y: ocrypto_srp_mg,
}Fields§
§c: ocrypto_srp_ctx__bindgen_ty_1§x: ocrypto_srp_mg§y: ocrypto_srp_mgTrait Implementations§
Source§impl Clone for ocrypto_srp_ctx
impl Clone for ocrypto_srp_ctx
Source§fn clone(&self) -> ocrypto_srp_ctx
fn clone(&self) -> ocrypto_srp_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 moreimpl Copy for ocrypto_srp_ctx
Auto Trait Implementations§
impl Freeze for ocrypto_srp_ctx
impl RefUnwindSafe for ocrypto_srp_ctx
impl Send for ocrypto_srp_ctx
impl Sync for ocrypto_srp_ctx
impl Unpin for ocrypto_srp_ctx
impl UnwindSafe for ocrypto_srp_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