#[repr(C)]pub struct PBMAC1PARAM {
pub keyDerivationFunc: *mut X509_algor_st,
pub messageAuthScheme: *mut X509_algor_st,
}
Fields§
§keyDerivationFunc: *mut X509_algor_st
§messageAuthScheme: *mut X509_algor_st
Trait Implementations§
Source§impl Clone for PBMAC1PARAM
impl Clone for PBMAC1PARAM
Source§fn clone(&self) -> PBMAC1PARAM
fn clone(&self) -> PBMAC1PARAM
Returns a copy 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 PBMAC1PARAM
impl Debug for PBMAC1PARAM
impl Copy for PBMAC1PARAM
Auto Trait Implementations§
impl Freeze for PBMAC1PARAM
impl RefUnwindSafe for PBMAC1PARAM
impl !Send for PBMAC1PARAM
impl !Sync for PBMAC1PARAM
impl Unpin for PBMAC1PARAM
impl UnwindSafe for PBMAC1PARAM
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