#[repr(C)]pub struct crypt_pbkdf_type {
pub type_: *const c_char,
pub hash: *const c_char,
pub time_ms: u32,
pub iterations: u32,
pub max_memory_kb: u32,
pub parallel_threads: u32,
pub flags: u32,
}Fields§
§type_: *const c_char§hash: *const c_char§time_ms: u32§iterations: u32§max_memory_kb: u32§parallel_threads: u32§flags: u32Auto Trait Implementations§
impl Freeze for crypt_pbkdf_type
impl RefUnwindSafe for crypt_pbkdf_type
impl !Send for crypt_pbkdf_type
impl !Sync for crypt_pbkdf_type
impl Unpin for crypt_pbkdf_type
impl UnwindSafe for crypt_pbkdf_type
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