pub struct ValueInformationField {
pub data: u8,
}Fields§
§data: u8Trait Implementations§
source§impl Debug for ValueInformationField
impl Debug for ValueInformationField
source§impl From<&ValueInformationField> for ValueInformationCoding
impl From<&ValueInformationField> for ValueInformationCoding
source§fn from(value_information: &ValueInformationField) -> Self
fn from(value_information: &ValueInformationField) -> Self
Converts to this type from the input type.
source§impl From<u8> for ValueInformationField
impl From<u8> for ValueInformationField
source§impl PartialEq for ValueInformationField
impl PartialEq for ValueInformationField
source§fn eq(&self, other: &ValueInformationField) -> bool
fn eq(&self, other: &ValueInformationField) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ValueInformationField
Auto Trait Implementations§
impl Freeze for ValueInformationField
impl RefUnwindSafe for ValueInformationField
impl Send for ValueInformationField
impl Sync for ValueInformationField
impl Unpin for ValueInformationField
impl UnwindSafe for ValueInformationField
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