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