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