Struct cryptoki_sys::_CK_DATE
source[−]#[repr(C)]pub struct _CK_DATE {
pub year: [c_uchar; 4],
pub month: [c_uchar; 2],
pub day: [c_uchar; 2],
}Fields
year: [c_uchar; 4]month: [c_uchar; 2]day: [c_uchar; 2]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _CK_DATE
impl UnwindSafe for _CK_DATE
Blanket Implementations
Mutably borrows from an owned value. Read more
