Struct cryptoki_sys::CK_OTP_PARAM
source · [−]#[repr(C)]pub struct CK_OTP_PARAM {
pub type_: CK_PARAM_TYPE,
pub pValue: *mut c_void,
pub ulValueLen: c_ulong,
}Fields
type_: CK_PARAM_TYPEpValue: *mut c_voidulValueLen: c_ulongTrait Implementations
sourceimpl Clone for CK_OTP_PARAM
impl Clone for CK_OTP_PARAM
sourcefn clone(&self) -> CK_OTP_PARAM
fn clone(&self) -> CK_OTP_PARAM
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CK_OTP_PARAM
impl Debug for CK_OTP_PARAM
sourceimpl Default for CK_OTP_PARAM
impl Default for CK_OTP_PARAM
impl Copy for CK_OTP_PARAM
Auto Trait Implementations
impl RefUnwindSafe for CK_OTP_PARAM
impl !Send for CK_OTP_PARAM
impl !Sync for CK_OTP_PARAM
impl Unpin for CK_OTP_PARAM
impl UnwindSafe for CK_OTP_PARAM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more