pub struct ValueInformationField {
pub data: u8,
}
Fields§
§data: u8
Trait 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
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