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