#[repr(u32)]pub enum PlicTarget {
Ibex0 = 0,
}
Expand description
PLIC Interrupt Target.
Enumeration used to determine which set of IE, CC, threshold registers to access for a given interrupt target.
Variants§
Ibex0 = 0
Ibex Core 0
Trait Implementations§
Source§impl Clone for PlicTarget
impl Clone for PlicTarget
Source§fn clone(&self) -> PlicTarget
fn clone(&self) -> PlicTarget
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for PlicTarget
impl PartialEq for PlicTarget
impl Copy for PlicTarget
impl Eq for PlicTarget
impl StructuralPartialEq for PlicTarget
Auto Trait Implementations§
impl Freeze for PlicTarget
impl RefUnwindSafe for PlicTarget
impl Send for PlicTarget
impl Sync for PlicTarget
impl Unpin for PlicTarget
impl UnwindSafe for PlicTarget
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