Struct windows_sys::Wdk::System::SystemServices::EISA_IRQ_CONFIGURATION
#[repr(C)]pub struct EISA_IRQ_CONFIGURATION {
pub ConfigurationByte: EISA_IRQ_DESCRIPTOR,
pub Reserved: u8,
}
Fields§
§ConfigurationByte: EISA_IRQ_DESCRIPTOR
§Reserved: u8
Trait Implementations§
§impl Clone for EISA_IRQ_CONFIGURATION
impl Clone for EISA_IRQ_CONFIGURATION
impl Copy for EISA_IRQ_CONFIGURATION
Auto Trait Implementations§
impl RefUnwindSafe for EISA_IRQ_CONFIGURATION
impl Send for EISA_IRQ_CONFIGURATION
impl Sync for EISA_IRQ_CONFIGURATION
impl Unpin for EISA_IRQ_CONFIGURATION
impl UnwindSafe for EISA_IRQ_CONFIGURATION
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