pub struct OH_CryptoPrivKeyEncodingParams { /* private fields */ }Available on crate features
api-12 and api-20 only.Expand description
Defines the private key encoding params structure.
Available since API-level: 20
Auto Trait Implementations§
impl Freeze for OH_CryptoPrivKeyEncodingParams
impl RefUnwindSafe for OH_CryptoPrivKeyEncodingParams
impl Send for OH_CryptoPrivKeyEncodingParams
impl Sync for OH_CryptoPrivKeyEncodingParams
impl Unpin for OH_CryptoPrivKeyEncodingParams
impl UnsafeUnpin for OH_CryptoPrivKeyEncodingParams
impl UnwindSafe for OH_CryptoPrivKeyEncodingParams
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