pub enum PicId {
Primary = 0,
Secondary = 1,
}
Expand description
Interrupt controller IDs
Variants§
Auto Trait Implementations§
impl Freeze for PicId
impl RefUnwindSafe for PicId
impl Send for PicId
impl Sync for PicId
impl Unpin for PicId
impl UnwindSafe for PicId
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