#[repr(C)]pub struct kac_irq {
pub irq0: u32,
pub irq1: u32,
pub next: *mut kac_irq,
}Fields§
§irq0: u32§irq1: u32§next: *mut kac_irqTrait Implementations§
impl Copy for kac_irq
Auto Trait Implementations§
impl Freeze for kac_irq
impl RefUnwindSafe for kac_irq
impl !Send for kac_irq
impl !Sync for kac_irq
impl Unpin for kac_irq
impl UnwindSafe for kac_irq
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