pub enum FRF {
Motorola = 0,
Ti = 1,
}
Expand description
Frame format
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FRF
impl Eq for FRF
impl StructuralPartialEq for FRF
Auto Trait Implementations§
impl Freeze for FRF
impl RefUnwindSafe for FRF
impl Send for FRF
impl Sync for FRF
impl Unpin for FRF
impl UnwindSafe for FRF
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