#[repr(C)]pub enum CCPBKDFAlgorithm {
kCCPBKDF2 = 2,
}
Expand description
Algorithm for use with CCKeyDerivationPBKDF()
.
Variants§
kCCPBKDF2 = 2
PBKDF2
Auto Trait Implementations§
impl Freeze for CCPBKDFAlgorithm
impl RefUnwindSafe for CCPBKDFAlgorithm
impl Send for CCPBKDFAlgorithm
impl Sync for CCPBKDFAlgorithm
impl Unpin for CCPBKDFAlgorithm
impl UnwindSafe for CCPBKDFAlgorithm
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