#[repr(C)]pub struct CRYPT_TIMESTAMP_ACCURACY {
pub dwSeconds: u32,
pub dwMillis: u32,
pub dwMicros: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwSeconds: u32
dwMillis: u32
dwMicros: u32
Trait Implementations
impl Clone for CRYPT_TIMESTAMP_ACCURACY
impl Clone for CRYPT_TIMESTAMP_ACCURACY
impl Copy for CRYPT_TIMESTAMP_ACCURACY
Auto Trait Implementations
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
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