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