pub struct PegOffsetTypeField(pub FIXInt);Expand description
PegOffsetTypeField is a INT field, Tag 836.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for PegOffsetTypeField
Auto Trait Implementations§
impl Freeze for PegOffsetTypeField
impl RefUnwindSafe for PegOffsetTypeField
impl Send for PegOffsetTypeField
impl Sync for PegOffsetTypeField
impl Unpin for PegOffsetTypeField
impl UnsafeUnpin for PegOffsetTypeField
impl UnwindSafe for PegOffsetTypeField
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