#[repr(C)]pub struct CLUSTER_SHARED_VOLUME_STATE_INFO {
pub szVolumeName: [u16; 260],
pub szNodeName: [u16; 260],
pub VolumeState: CLUSTER_SHARED_VOLUME_STATE,
}
Expand description
Required features: "Win32_Networking_Clustering"
Fields
szVolumeName: [u16; 260]
szNodeName: [u16; 260]
VolumeState: CLUSTER_SHARED_VOLUME_STATE
Trait Implementations
impl Clone for CLUSTER_SHARED_VOLUME_STATE_INFO
impl Clone for CLUSTER_SHARED_VOLUME_STATE_INFO
impl Copy for CLUSTER_SHARED_VOLUME_STATE_INFO
Auto Trait Implementations
impl RefUnwindSafe for CLUSTER_SHARED_VOLUME_STATE_INFO
impl Send for CLUSTER_SHARED_VOLUME_STATE_INFO
impl Sync for CLUSTER_SHARED_VOLUME_STATE_INFO
impl Unpin for CLUSTER_SHARED_VOLUME_STATE_INFO
impl UnwindSafe for CLUSTER_SHARED_VOLUME_STATE_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