pub enum Fdrate {
Nominal = 0,
BitRateSwitching = 1,
}Expand description
Bit Rate Switch Enable
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Fdrate
impl Eq for Fdrate
impl StructuralPartialEq for Fdrate
Auto Trait Implementations§
impl Freeze for Fdrate
impl RefUnwindSafe for Fdrate
impl Send for Fdrate
impl Sync for Fdrate
impl Unpin for Fdrate
impl UnwindSafe for Fdrate
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