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