pub enum FPMW {
X1,
X4,
}
Expand description
Values that can be written to the field FPM
Variants§
Auto Trait Implementations§
impl Freeze for FPMW
impl RefUnwindSafe for FPMW
impl Send for FPMW
impl Sync for FPMW
impl Unpin for FPMW
impl UnwindSafe for FPMW
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