Struct windows_sys::Win32::Networking::ActiveDirectory::ADS_TIMESTAMP
#[repr(C)]pub struct ADS_TIMESTAMP {
pub WholeSeconds: u32,
pub EventID: u32,
}
Fields§
§WholeSeconds: u32
§EventID: u32
Trait Implementations§
§impl Clone for ADS_TIMESTAMP
impl Clone for ADS_TIMESTAMP
impl Copy for ADS_TIMESTAMP
Auto Trait Implementations§
impl RefUnwindSafe for ADS_TIMESTAMP
impl Send for ADS_TIMESTAMP
impl Sync for ADS_TIMESTAMP
impl Unpin for ADS_TIMESTAMP
impl UnwindSafe for ADS_TIMESTAMP
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