pub struct OH_CryptoSymKeyGenerator { /* private fields */ }Available on crate feature
api-12 only.Expand description
Define the symmetric key generator structure.
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for OH_CryptoSymKeyGenerator
impl RefUnwindSafe for OH_CryptoSymKeyGenerator
impl Send for OH_CryptoSymKeyGenerator
impl Sync for OH_CryptoSymKeyGenerator
impl Unpin for OH_CryptoSymKeyGenerator
impl UnsafeUnpin for OH_CryptoSymKeyGenerator
impl UnwindSafe for OH_CryptoSymKeyGenerator
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