Struct cryptoki_sys::CK_OTP_PARAMS
source · [−]#[repr(C)]pub struct CK_OTP_PARAMS {
pub pParams: *mut CK_OTP_PARAM,
pub ulCount: c_ulong,
}Fields
pParams: *mut CK_OTP_PARAMulCount: c_ulongTrait Implementations
sourceimpl Clone for CK_OTP_PARAMS
impl Clone for CK_OTP_PARAMS
sourcefn clone(&self) -> CK_OTP_PARAMS
fn clone(&self) -> CK_OTP_PARAMS
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_PARAMS
impl Debug for CK_OTP_PARAMS
sourceimpl Default for CK_OTP_PARAMS
impl Default for CK_OTP_PARAMS
impl Copy for CK_OTP_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for CK_OTP_PARAMS
impl !Send for CK_OTP_PARAMS
impl !Sync for CK_OTP_PARAMS
impl Unpin for CK_OTP_PARAMS
impl UnwindSafe for CK_OTP_PARAMS
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