#[repr(C)]pub struct psa_pake_operation_s {
pub private_id: u32,
pub private_alg: u32,
pub private_primitive: u32,
pub private_stage: u8,
pub private_computation_stage: psa_pake_operation_s__bindgen_ty_1,
pub private_data: psa_pake_operation_s__bindgen_ty_2,
}
Fields§
§private_id: u32
§private_alg: u32
§private_primitive: u32
§private_stage: u8
§private_computation_stage: psa_pake_operation_s__bindgen_ty_1
§private_data: psa_pake_operation_s__bindgen_ty_2
Trait Implementations§
Source§impl Clone for psa_pake_operation_s
impl Clone for psa_pake_operation_s
Source§fn clone(&self) -> psa_pake_operation_s
fn clone(&self) -> psa_pake_operation_s
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for psa_pake_operation_s
impl Default for psa_pake_operation_s
Source§fn default() -> psa_pake_operation_s
fn default() -> psa_pake_operation_s
Returns the “default value” for a type. Read more
impl Copy for psa_pake_operation_s
Auto Trait Implementations§
impl Freeze for psa_pake_operation_s
impl RefUnwindSafe for psa_pake_operation_s
impl !Send for psa_pake_operation_s
impl !Sync for psa_pake_operation_s
impl Unpin for psa_pake_operation_s
impl UnwindSafe for psa_pake_operation_s
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)