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