pub struct IrqConfig {
pub irq: usize,
pub trigger: Trigger,
pub priority: usize,
pub cpu_list: Vec<u64>,
}
Fields§
§irq: usize
§trigger: Trigger
§priority: usize
§cpu_list: Vec<u64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrqConfig
impl RefUnwindSafe for IrqConfig
impl Send for IrqConfig
impl Sync for IrqConfig
impl Unpin for IrqConfig
impl UnwindSafe for IrqConfig
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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