Struct windows_sys::Win32::Networking::Clustering::CLUS_CHKDSK_INFO
[−]#[repr(C)]pub struct CLUS_CHKDSK_INFO {
pub PartitionNumber: u32,
pub ChkdskState: u32,
pub FileIdCount: u32,
pub FileIdList: [u64; 1],
}
Expand description
Required features: ‘Win32_Networking_Clustering’
Fields
PartitionNumber: u32
ChkdskState: u32
FileIdCount: u32
FileIdList: [u64; 1]
Trait Implementations
impl Clone for CLUS_CHKDSK_INFO
impl Clone for CLUS_CHKDSK_INFO
impl Copy for CLUS_CHKDSK_INFO
Auto Trait Implementations
impl RefUnwindSafe for CLUS_CHKDSK_INFO
impl Send for CLUS_CHKDSK_INFO
impl Sync for CLUS_CHKDSK_INFO
impl Unpin for CLUS_CHKDSK_INFO
impl UnwindSafe for CLUS_CHKDSK_INFO
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