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