#[repr(u8)]pub enum Erlsmp {
MIDPOINT = 0,
REDUCED = 1,
}Variants§
MIDPOINT = 0
Regular midpoint bit sampling
REDUCED = 1
Early bit sampling at 1/2 duration of bit timing
Implementations§
Trait Implementations§
Source§impl Ord for Erlsmp
impl Ord for Erlsmp
Source§impl PartialOrd for Erlsmp
impl PartialOrd for Erlsmp
impl Copy for Erlsmp
impl Eq for Erlsmp
impl StructuralPartialEq for Erlsmp
Auto Trait Implementations§
impl Freeze for Erlsmp
impl RefUnwindSafe for Erlsmp
impl Send for Erlsmp
impl Sync for Erlsmp
impl Unpin for Erlsmp
impl UnwindSafe for Erlsmp
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