#[repr(u8)]pub enum Datarate {
_1MBIT = 0,
_2MBIT = 1,
_125KBPS = 2,
_500KBPS = 3,
}
Variants§
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
)