#[repr(u8)]pub enum Porao18f {
PORAO18F_0 = 0,
PORAO18F_1 = 1,
}Variants§
PORAO18F_0 = 0
No vdd_ao18 power on event detected since last cleared.
PORAO18F_1 = 1
vdd_ao18 power on detect caused a reset. Write 1 to clear.
Implementations§
Trait Implementations§
Source§impl Ord for Porao18f
impl Ord for Porao18f
Source§impl PartialOrd for Porao18f
impl PartialOrd for Porao18f
impl Copy for Porao18f
impl Eq for Porao18f
impl StructuralPartialEq for Porao18f
Auto Trait Implementations§
impl Freeze for Porao18f
impl RefUnwindSafe for Porao18f
impl Send for Porao18f
impl Sync for Porao18f
impl Unpin for Porao18f
impl UnwindSafe for Porao18f
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