Enum Por
pub enum Por {
_0 = 0,
_1 = 1,
}Expand description
Power-On Reset
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Por
impl Eq for Por
impl StructuralPartialEq for Por
Auto Trait Implementations§
impl Freeze for Por
impl RefUnwindSafe for Por
impl Send for Por
impl Sync for Por
impl Unpin for Por
impl UnwindSafe for Por
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