Enum Epor
pub enum Epor {
_0 = 0,
_1 = 1,
}Expand description
Existence of SRS[POR] status indication feature
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Epor
impl Eq for Epor
impl StructuralPartialEq for Epor
Auto Trait Implementations§
impl Freeze for Epor
impl RefUnwindSafe for Epor
impl Send for Epor
impl Sync for Epor
impl Unpin for Epor
impl UnwindSafe for Epor
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