Struct windows_sys::Wdk::System::SystemServices::HAL_BUS_INFORMATION
#[repr(C)]pub struct HAL_BUS_INFORMATION {
pub BusType: INTERFACE_TYPE,
pub ConfigurationType: BUS_DATA_TYPE,
pub BusNumber: u32,
pub Reserved: u32,
}
Fields§
§BusType: INTERFACE_TYPE
§ConfigurationType: BUS_DATA_TYPE
§BusNumber: u32
§Reserved: u32
Trait Implementations§
§impl Clone for HAL_BUS_INFORMATION
impl Clone for HAL_BUS_INFORMATION
impl Copy for HAL_BUS_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for HAL_BUS_INFORMATION
impl Send for HAL_BUS_INFORMATION
impl Sync for HAL_BUS_INFORMATION
impl Unpin for HAL_BUS_INFORMATION
impl UnwindSafe for HAL_BUS_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