#[repr(u8)]pub enum Datarate {
_125KBIT = 0,
_250KBIT = 1,
_500KBIT = 2,
_1MBIT = 3,
_2MBIT = 4,
_4MBIT = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
_125KBIT = 0
125 Kbps
_250KBIT = 1
250 Kbps
_500KBIT = 2
500 Kbps
_1MBIT = 3
1 Mbps
_2MBIT = 4
2 Mbps
_4MBIT = 5
4 Mbps
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Datarate
impl Ord for Datarate
Source§impl PartialOrd for Datarate
impl PartialOrd for Datarate
impl Copy for Datarate
impl Eq for Datarate
impl StructuralPartialEq for Datarate
Auto Trait Implementations§
impl Freeze for Datarate
impl RefUnwindSafe for Datarate
impl Send for Datarate
impl Sync for Datarate
impl Unpin for Datarate
impl UnwindSafe for Datarate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)