#[repr(u8)]pub enum Ibfmt {
E1B = 0,
EMB = 1,
IPB = 2,
ISB = 3,
}Variants§
E1B = 0
External bitstream from the MBIT[n] signal
EMB = 1
External Manchester code; ICESEL selects the rise or fall decoder
IPB = 2
Internal 16-bit parallel data from MPDATA
ISB = 3
Internal 32-bit serial data from MPDATA
Implementations§
Trait Implementations§
Source§impl Ord for Ibfmt
impl Ord for Ibfmt
Source§impl PartialOrd for Ibfmt
impl PartialOrd for Ibfmt
impl Copy for Ibfmt
impl Eq for Ibfmt
impl StructuralPartialEq for Ibfmt
Auto Trait Implementations§
impl Freeze for Ibfmt
impl RefUnwindSafe for Ibfmt
impl Send for Ibfmt
impl Sync for Ibfmt
impl Unpin for Ibfmt
impl UnwindSafe for Ibfmt
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