pub struct RawField {
pub field_def_num: u8,
pub value: RawValue,
}Expand description
A standard field’s decoded value.
Fields§
§field_def_num: u8Wire-level field definition number.
value: RawValueDecoded raw value.
Trait Implementations§
impl StructuralPartialEq for RawField
Auto Trait Implementations§
impl Freeze for RawField
impl RefUnwindSafe for RawField
impl Send for RawField
impl Sync for RawField
impl Unpin for RawField
impl UnsafeUnpin for RawField
impl UnwindSafe for RawField
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