Struct windows_sys::Win32::Networking::ActiveDirectory::ADS_TIMESTAMP
[−]Expand description
Required features: "Win32_Networking_ActiveDirectory"
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
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