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