#[repr(C)]pub struct CLUS_DNN_SODAFS_CLONE_STATUS {
pub NodeId: u32,
pub Status: CLUSTER_RESOURCE_STATE,
}
Expand description
Required features: "Win32_Networking_Clustering"
Fields
NodeId: u32
Status: CLUSTER_RESOURCE_STATE
Trait Implementations
impl Clone for CLUS_DNN_SODAFS_CLONE_STATUS
impl Clone for CLUS_DNN_SODAFS_CLONE_STATUS
impl Copy for CLUS_DNN_SODAFS_CLONE_STATUS
Auto Trait Implementations
impl RefUnwindSafe for CLUS_DNN_SODAFS_CLONE_STATUS
impl Send for CLUS_DNN_SODAFS_CLONE_STATUS
impl Sync for CLUS_DNN_SODAFS_CLONE_STATUS
impl Unpin for CLUS_DNN_SODAFS_CLONE_STATUS
impl UnwindSafe for CLUS_DNN_SODAFS_CLONE_STATUS
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