pub struct Pkcs12PbeParams {
pub salt: Vec<u8>,
pub iterations: u64,
}
Fields§
§salt: Vec<u8>
§iterations: u64
Implementations§
Trait Implementations§
Source§impl Clone for Pkcs12PbeParams
impl Clone for Pkcs12PbeParams
Source§fn clone(&self) -> Pkcs12PbeParams
fn clone(&self) -> Pkcs12PbeParams
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 Pkcs12PbeParams
impl Debug for Pkcs12PbeParams
Source§impl PartialEq for Pkcs12PbeParams
impl PartialEq for Pkcs12PbeParams
impl StructuralPartialEq for Pkcs12PbeParams
Auto Trait Implementations§
impl Freeze for Pkcs12PbeParams
impl RefUnwindSafe for Pkcs12PbeParams
impl Send for Pkcs12PbeParams
impl Sync for Pkcs12PbeParams
impl Unpin for Pkcs12PbeParams
impl UnwindSafe for Pkcs12PbeParams
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