Struct windows_sys::Win32::Networking::Clustering::RESUTIL_FILETIME_DATA
[−]#[repr(C)]pub struct RESUTIL_FILETIME_DATA {
pub Default: FILETIME,
pub Minimum: FILETIME,
pub Maximum: FILETIME,
}
Expand description
Required features: ‘Win32_Networking_Clustering’, ‘Win32_Foundation’
Fields
Default: FILETIME
Minimum: FILETIME
Maximum: FILETIME
Trait Implementations
impl Clone for RESUTIL_FILETIME_DATA
impl Clone for RESUTIL_FILETIME_DATA
impl Copy for RESUTIL_FILETIME_DATA
Auto Trait Implementations
impl RefUnwindSafe for RESUTIL_FILETIME_DATA
impl Send for RESUTIL_FILETIME_DATA
impl Sync for RESUTIL_FILETIME_DATA
impl Unpin for RESUTIL_FILETIME_DATA
impl UnwindSafe for RESUTIL_FILETIME_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more