pub enum PSELW {
P_EQ_1,
P_EQ_2,
P_EQ_4,
P_EQ_8,
}Expand description
Values that can be written to the field PSEL
Variants§
Auto Trait Implementations§
impl Freeze for PSELW
impl RefUnwindSafe for PSELW
impl Send for PSELW
impl Sync for PSELW
impl Unpin for PSELW
impl UnwindSafe for PSELW
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