#[repr(C)]pub struct _CRYPT_TIMESTAMP_ACCURACY {
pub dwSeconds: DWORD,
pub dwMillis: DWORD,
pub dwMicros: DWORD,
}
Fields§
§dwSeconds: DWORD
§dwMillis: DWORD
§dwMicros: DWORD
Trait Implementations§
Source§impl Clone for _CRYPT_TIMESTAMP_ACCURACY
impl Clone for _CRYPT_TIMESTAMP_ACCURACY
Source§fn clone(&self) -> _CRYPT_TIMESTAMP_ACCURACY
fn clone(&self) -> _CRYPT_TIMESTAMP_ACCURACY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _CRYPT_TIMESTAMP_ACCURACY
impl Debug for _CRYPT_TIMESTAMP_ACCURACY
Source§impl Ord for _CRYPT_TIMESTAMP_ACCURACY
impl Ord for _CRYPT_TIMESTAMP_ACCURACY
Source§fn cmp(&self, other: &_CRYPT_TIMESTAMP_ACCURACY) -> Ordering
fn cmp(&self, other: &_CRYPT_TIMESTAMP_ACCURACY) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _CRYPT_TIMESTAMP_ACCURACY
impl PartialOrd for _CRYPT_TIMESTAMP_ACCURACY
impl Copy for _CRYPT_TIMESTAMP_ACCURACY
impl Eq for _CRYPT_TIMESTAMP_ACCURACY
impl StructuralPartialEq for _CRYPT_TIMESTAMP_ACCURACY
Auto Trait Implementations§
impl Freeze for _CRYPT_TIMESTAMP_ACCURACY
impl RefUnwindSafe for _CRYPT_TIMESTAMP_ACCURACY
impl Send for _CRYPT_TIMESTAMP_ACCURACY
impl Sync for _CRYPT_TIMESTAMP_ACCURACY
impl Unpin for _CRYPT_TIMESTAMP_ACCURACY
impl UnwindSafe for _CRYPT_TIMESTAMP_ACCURACY
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more