#[repr(u8)]pub enum Raie {
RAIE_0 = 0,
RAIE_1 = 1,
}Variants§
RAIE_0 = 0
Disables Processor A General Purpose Interrupt 3 request due to Processor B reset assertion.
RAIE_1 = 1
Enables Processor A General Purpose Interrupt 3 request due to Processor B reset assertion.
Implementations§
Trait Implementations§
Source§impl Ord for Raie
impl Ord for Raie
Source§impl PartialOrd for Raie
impl PartialOrd for Raie
impl Copy for Raie
impl Eq for Raie
impl StructuralPartialEq for Raie
Auto Trait Implementations§
impl Freeze for Raie
impl RefUnwindSafe for Raie
impl Send for Raie
impl Sync for Raie
impl Unpin for Raie
impl UnwindSafe for Raie
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