Struct windows_sys::Win32::Networking::Clustering::CLUSPROP_FILETIME
[−]#[repr(C)]pub struct CLUSPROP_FILETIME {
pub __AnonymousBase_clusapi_L5225_C14: CLUSPROP_VALUE,
pub ft: FILETIME,
}
Expand description
Required features: "Win32_Networking_Clustering"
, "Win32_Foundation"
Fields
__AnonymousBase_clusapi_L5225_C14: CLUSPROP_VALUE
ft: FILETIME
Trait Implementations
impl Clone for CLUSPROP_FILETIME
impl Clone for CLUSPROP_FILETIME
impl Copy for CLUSPROP_FILETIME
Auto Trait Implementations
impl RefUnwindSafe for CLUSPROP_FILETIME
impl Send for CLUSPROP_FILETIME
impl Sync for CLUSPROP_FILETIME
impl Unpin for CLUSPROP_FILETIME
impl UnwindSafe for CLUSPROP_FILETIME
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