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