pub enum ManchesterMode {
ManchesterRising0,
ManchesterRising1,
}Expand description
Manchester-encoding mode
Variants§
ManchesterRising0
Rising edge = logic 0, falling edge = logic 1
ManchesterRising1
Rising edge = logic 1, falling edge = logic 0
Trait Implementations§
Source§impl Clone for ManchesterMode
impl Clone for ManchesterMode
Source§fn clone(&self) -> ManchesterMode
fn clone(&self) -> ManchesterMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ManchesterMode
Source§impl Debug for ManchesterMode
impl Debug for ManchesterMode
impl Eq for ManchesterMode
Source§impl From<ManchesterMode> for SerialInterfaceType
impl From<ManchesterMode> for SerialInterfaceType
Source§fn from(value: ManchesterMode) -> Self
fn from(value: ManchesterMode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ManchesterMode
impl PartialEq for ManchesterMode
impl StructuralPartialEq for ManchesterMode
Auto Trait Implementations§
impl Freeze for ManchesterMode
impl RefUnwindSafe for ManchesterMode
impl Send for ManchesterMode
impl Sync for ManchesterMode
impl Unpin for ManchesterMode
impl UnsafeUnpin for ManchesterMode
impl UnwindSafe for ManchesterMode
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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