Struct cryptoki_sys::_CK_ATTRIBUTE
source[−]#[repr(C)]pub struct _CK_ATTRIBUTE {
pub type_: CK_ATTRIBUTE_TYPE,
pub pValue: *mut c_void,
pub ulValueLen: c_ulong,
}Fields
type_: CK_ATTRIBUTE_TYPEpValue: *mut c_voidulValueLen: c_ulongTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _CK_ATTRIBUTE
impl !Send for _CK_ATTRIBUTE
impl !Sync for _CK_ATTRIBUTE
impl Unpin for _CK_ATTRIBUTE
impl UnwindSafe for _CK_ATTRIBUTE
Blanket Implementations
Mutably borrows from an owned value. Read more
