pub struct IrqRequest<'a> { /* private fields */ }Expand description
A request for an IRQ line for a given device.
§Invariants
- ìrqis the number of an interrupt source of- dev.
- irqhas not been registered yet.
Implementations§
Source§impl<'a> IrqRequest<'a>
 
impl<'a> IrqRequest<'a>
Sourcepub fn irq(&self) -> u32
 
pub fn irq(&self) -> u32
Returns the IRQ number of an IrqRequest.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for IrqRequest<'a>
impl<'a> !RefUnwindSafe for IrqRequest<'a>
impl<'a> !Send for IrqRequest<'a>
impl<'a> !Sync for IrqRequest<'a>
impl<'a> Unpin for IrqRequest<'a>
impl<'a> !UnwindSafe for IrqRequest<'a>
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> PinInit<T> for T
 
impl<T> PinInit<T> for T
Source§unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
 
unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
Initializes 
slot. Read more