Struct windows::Wdk::System::SystemServices::IO_RESOURCE_REQUIREMENTS_LIST
#[repr(C)]pub struct IO_RESOURCE_REQUIREMENTS_LIST {
pub ListSize: u32,
pub InterfaceType: INTERFACE_TYPE,
pub BusNumber: u32,
pub SlotNumber: u32,
pub Reserved: [u32; 3],
pub AlternativeLists: u32,
pub List: [IO_RESOURCE_LIST; 1],
}
Fields§
§ListSize: u32
§InterfaceType: INTERFACE_TYPE
§BusNumber: u32
§SlotNumber: u32
§Reserved: [u32; 3]
§AlternativeLists: u32
§List: [IO_RESOURCE_LIST; 1]
Trait Implementations§
§impl Clone for IO_RESOURCE_REQUIREMENTS_LIST
impl Clone for IO_RESOURCE_REQUIREMENTS_LIST
§fn clone(&self) -> IO_RESOURCE_REQUIREMENTS_LIST
fn clone(&self) -> IO_RESOURCE_REQUIREMENTS_LIST
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 Default for IO_RESOURCE_REQUIREMENTS_LIST
impl Default for IO_RESOURCE_REQUIREMENTS_LIST
impl Copy for IO_RESOURCE_REQUIREMENTS_LIST
Auto Trait Implementations§
impl Freeze for IO_RESOURCE_REQUIREMENTS_LIST
impl RefUnwindSafe for IO_RESOURCE_REQUIREMENTS_LIST
impl Send for IO_RESOURCE_REQUIREMENTS_LIST
impl Sync for IO_RESOURCE_REQUIREMENTS_LIST
impl Unpin for IO_RESOURCE_REQUIREMENTS_LIST
impl UnwindSafe for IO_RESOURCE_REQUIREMENTS_LIST
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
)