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