#[repr(C)]pub struct _CK_SESSION_INFO {
pub slotID: CK_SLOT_ID,
pub state: CK_STATE,
pub flags: CK_FLAGS,
pub ulDeviceError: c_ulong,
}Fields
slotID: CK_SLOT_IDstate: CK_STATEflags: CK_FLAGSulDeviceError: c_ulongTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for _CK_SESSION_INFO
impl Send for _CK_SESSION_INFO
impl Sync for _CK_SESSION_INFO
impl Unpin for _CK_SESSION_INFO
impl UnwindSafe for _CK_SESSION_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more
