#[repr(u8)]pub enum Fdrate {
NOMINAL = 0,
BIT_RATE_SWITCHING = 1,
}Variants§
NOMINAL = 0
Transmit a frame in nominal rate. The BRS bit in the Tx MB has no effect.
BIT_RATE_SWITCHING = 1
Transmit a frame with bit rate switching if the BRS bit in the Tx MB is recessive.
Implementations§
Trait Implementations§
Source§impl Ord for Fdrate
impl Ord for Fdrate
Source§impl PartialOrd for Fdrate
impl PartialOrd for Fdrate
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