pub enum IbOption {
Show 30 variants
PAD,
SAD,
TMO,
EOT,
PPC,
READDR,
AUTOPOLL,
CICPROT,
SC,
SRE,
EOSrd,
EOSwrt,
EOScmp,
EOSchar,
PP2,
TIMING,
ReadAdjust,
WriteAdjust,
EventQueue,
SPollBit,
SendLLO,
SPollTime,
PPollTime,
EndBitIsNormal,
UnAddr,
HSCableLength,
Ist,
Rsv,
BNA,
SevenBitEOS,
}Variants§
PAD
SAD
TMO
EOT
PPC
READDR
AUTOPOLL
CICPROT
SC
SRE
EOSrd
EOSwrt
EOScmp
EOSchar
PP2
TIMING
ReadAdjust
WriteAdjust
EventQueue
SPollBit
SendLLO
SPollTime
PPollTime
EndBitIsNormal
UnAddr
HSCableLength
Ist
Rsv
BNA
SevenBitEOS
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IbOption
impl RefUnwindSafe for IbOption
impl Send for IbOption
impl Sync for IbOption
impl Unpin for IbOption
impl UnwindSafe for IbOption
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