pub enum DataFieldCoding {
Show 16 variants
NoData,
Integer8Bit,
Integer16Bit,
Integer24Bit,
Integer32Bit,
Real32Bit,
Integer48Bit,
Integer64Bit,
SelectionForReadout,
BCD2Digit,
BCD4Digit,
BCD6Digit,
BCD8Digit,
VariableLength,
BCDDigit12,
SpecialFunctions(SpecialFunctions),
}
Variants§
NoData
Integer8Bit
Integer16Bit
Integer24Bit
Integer32Bit
Real32Bit
Integer48Bit
Integer64Bit
SelectionForReadout
BCD2Digit
BCD4Digit
BCD6Digit
BCD8Digit
VariableLength
BCDDigit12
SpecialFunctions(SpecialFunctions)
Trait Implementations§
source§impl Clone for DataFieldCoding
impl Clone for DataFieldCoding
source§fn clone(&self) -> DataFieldCoding
fn clone(&self) -> DataFieldCoding
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DataFieldCoding
impl Debug for DataFieldCoding
source§impl PartialEq for DataFieldCoding
impl PartialEq for DataFieldCoding
source§fn eq(&self, other: &DataFieldCoding) -> bool
fn eq(&self, other: &DataFieldCoding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DataFieldCoding
impl StructuralPartialEq for DataFieldCoding
Auto Trait Implementations§
impl RefUnwindSafe for DataFieldCoding
impl Send for DataFieldCoding
impl Sync for DataFieldCoding
impl Unpin for DataFieldCoding
impl UnwindSafe for DataFieldCoding
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