pub struct ValueInformationField {
pub data: u8,
}
Fields§
§data: u8
Trait Implementations§
Source§impl Clone for ValueInformationField
impl Clone for ValueInformationField
Source§fn clone(&self) -> ValueInformationField
fn clone(&self) -> ValueInformationField
Returns a duplicate 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 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