Struct windows_sys::Win32::Security::Cryptography::CRYPT_TIMESTAMP_ACCURACY
#[repr(C)]pub struct CRYPT_TIMESTAMP_ACCURACY {
pub dwSeconds: u32,
pub dwMillis: u32,
pub dwMicros: u32,
}
Fields§
§dwSeconds: u32
§dwMillis: u32
§dwMicros: u32
Trait Implementations§
§impl Clone for CRYPT_TIMESTAMP_ACCURACY
impl Clone for CRYPT_TIMESTAMP_ACCURACY
§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 moreimpl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)