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
impl Copy for _CK_DATE
Auto Trait Implementations
impl RefUnwindSafe for _CK_DATE
impl Send for _CK_DATE
impl Sync for _CK_DATE
impl Unpin for _CK_DATE
impl UnwindSafe for _CK_DATE
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