#[repr(C)]pub struct sc_pbes2_params {
pub derivation_alg: sc_algorithm_id,
pub key_encr_alg: sc_algorithm_id,
}Fields§
§derivation_alg: sc_algorithm_id§key_encr_alg: sc_algorithm_idTrait Implementations§
Source§impl Clone for sc_pbes2_params
impl Clone for sc_pbes2_params
Source§fn clone(&self) -> sc_pbes2_params
fn clone(&self) -> sc_pbes2_params
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 sc_pbes2_params
impl Debug for sc_pbes2_params
impl Copy for sc_pbes2_params
Auto Trait Implementations§
impl Freeze for sc_pbes2_params
impl RefUnwindSafe for sc_pbes2_params
impl !Send for sc_pbes2_params
impl !Sync for sc_pbes2_params
impl Unpin for sc_pbes2_params
impl UnwindSafe for sc_pbes2_params
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