pub struct KdfParams {
pub source: KdfSource,
pub target: KdfTarget,
pub source_slot_id: Option<u8>,
pub target_slot_id: Option<u8>,
}
Expand description
KDF function parameters
Fields§
§source: KdfSource
§target: KdfTarget
§source_slot_id: Option<u8>
§target_slot_id: Option<u8>
Trait Implementations§
impl StructuralPartialEq for KdfParams
Auto Trait Implementations§
impl Freeze for KdfParams
impl RefUnwindSafe for KdfParams
impl Send for KdfParams
impl Sync for KdfParams
impl Unpin for KdfParams
impl UnwindSafe for KdfParams
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