Struct cryptoki_sys::_CK_VERSION
source · [−]Fields
major: c_ucharminor: c_ucharTrait Implementations
sourceimpl Clone for _CK_VERSION
impl Clone for _CK_VERSION
sourcefn clone(&self) -> _CK_VERSION
fn clone(&self) -> _CK_VERSION
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_VERSION
impl Debug for _CK_VERSION
sourceimpl Default for _CK_VERSION
impl Default for _CK_VERSION
sourcefn default() -> _CK_VERSION
fn default() -> _CK_VERSION
Returns the “default value” for a type. Read more
impl Copy for _CK_VERSION
Auto Trait Implementations
impl RefUnwindSafe for _CK_VERSION
impl Send for _CK_VERSION
impl Sync for _CK_VERSION
impl Unpin for _CK_VERSION
impl UnwindSafe for _CK_VERSION
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