#[repr(u8)]pub enum Cistat {
LR125KBIT = 0,
LR500KBIT = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}
Variants§
LR125KBIT = 0
Frame is received at 125 kbps
LR500KBIT = 1
Frame is received at 500 kbps
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Cistat
impl Ord for Cistat
Source§impl PartialOrd for Cistat
impl PartialOrd for Cistat
impl Copy for Cistat
impl Eq for Cistat
impl StructuralPartialEq for Cistat
Auto Trait Implementations§
impl Freeze for Cistat
impl RefUnwindSafe for Cistat
impl Send for Cistat
impl Sync for Cistat
impl Unpin for Cistat
impl UnwindSafe for Cistat
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
)