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