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