pub struct ManchesterMode;Expand description
Manchester-coded input, clock recovered from the data line (SITP = 2/3).
Trait Implementations§
impl ChannelMode for ManchesterMode
impl ExternalSerialMode for ManchesterMode
impl SerialMode 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§
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