Struct windows::Wdk::System::SystemServices::CONFIGURATION_INFORMATION
#[repr(C)]pub struct CONFIGURATION_INFORMATION {
pub DiskCount: u32,
pub FloppyCount: u32,
pub CdRomCount: u32,
pub TapeCount: u32,
pub ScsiPortCount: u32,
pub SerialCount: u32,
pub ParallelCount: u32,
pub AtDiskPrimaryAddressClaimed: BOOLEAN,
pub AtDiskSecondaryAddressClaimed: BOOLEAN,
pub Version: u32,
pub MediumChangerCount: u32,
}
Fields§
§DiskCount: u32
§FloppyCount: u32
§CdRomCount: u32
§TapeCount: u32
§ScsiPortCount: u32
§SerialCount: u32
§ParallelCount: u32
§AtDiskPrimaryAddressClaimed: BOOLEAN
§AtDiskSecondaryAddressClaimed: BOOLEAN
§Version: u32
§MediumChangerCount: u32
Trait Implementations§
§impl Clone for CONFIGURATION_INFORMATION
impl Clone for CONFIGURATION_INFORMATION
§fn clone(&self) -> CONFIGURATION_INFORMATION
fn clone(&self) -> CONFIGURATION_INFORMATION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for CONFIGURATION_INFORMATION
impl Debug for CONFIGURATION_INFORMATION
§impl Default for CONFIGURATION_INFORMATION
impl Default for CONFIGURATION_INFORMATION
§impl PartialEq for CONFIGURATION_INFORMATION
impl PartialEq for CONFIGURATION_INFORMATION
§fn eq(&self, other: &CONFIGURATION_INFORMATION) -> bool
fn eq(&self, other: &CONFIGURATION_INFORMATION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CONFIGURATION_INFORMATION
impl Eq for CONFIGURATION_INFORMATION
impl StructuralPartialEq for CONFIGURATION_INFORMATION
Auto Trait Implementations§
impl Freeze for CONFIGURATION_INFORMATION
impl RefUnwindSafe for CONFIGURATION_INFORMATION
impl Send for CONFIGURATION_INFORMATION
impl Sync for CONFIGURATION_INFORMATION
impl Unpin for CONFIGURATION_INFORMATION
impl UnwindSafe for CONFIGURATION_INFORMATION
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)