pub enum PRFTBE {
Disabled = 0,
Enabled = 1,
}
Expand description
PRFTBE
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for PRFTBE
impl Eq for PRFTBE
impl StructuralPartialEq for PRFTBE
Auto Trait Implementations§
impl Freeze for PRFTBE
impl RefUnwindSafe for PRFTBE
impl Send for PRFTBE
impl Sync for PRFTBE
impl Unpin for PRFTBE
impl UnwindSafe for PRFTBE
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