#[repr(C)]pub struct specifiedParams {
pub levels: CK_HSS_LEVELS,
pub lm_type: [CK_LMS_TYPE; 8],
pub lm_ots_type: [CK_LMOTS_TYPE; 8],
}Fields§
§levels: CK_HSS_LEVELS§lm_type: [CK_LMS_TYPE; 8]§lm_ots_type: [CK_LMOTS_TYPE; 8]Trait Implementations§
Source§impl Clone for specifiedParams
impl Clone for specifiedParams
Source§fn clone(&self) -> specifiedParams
fn clone(&self) -> specifiedParams
Returns a duplicate 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 specifiedParams
impl Debug for specifiedParams
Source§impl Default for specifiedParams
impl Default for specifiedParams
Source§fn default() -> specifiedParams
fn default() -> specifiedParams
Returns the “default value” for a type. Read more
impl Copy for specifiedParams
Auto Trait Implementations§
impl Freeze for specifiedParams
impl RefUnwindSafe for specifiedParams
impl Send for specifiedParams
impl Sync for specifiedParams
impl Unpin for specifiedParams
impl UnwindSafe for specifiedParams
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