pub struct ScryptConfig {
pub log_n: u8,
pub r: u32,
pub p: u32,
}Fields§
§log_n: u8§r: u32§p: u32Trait Implementations§
Source§impl Clone for ScryptConfig
impl Clone for ScryptConfig
Source§fn clone(&self) -> ScryptConfig
fn clone(&self) -> ScryptConfig
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 moreSource§impl Debug for ScryptConfig
impl Debug for ScryptConfig
Auto Trait Implementations§
impl Freeze for ScryptConfig
impl RefUnwindSafe for ScryptConfig
impl Send for ScryptConfig
impl Sync for ScryptConfig
impl Unpin for ScryptConfig
impl UnwindSafe for ScryptConfig
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