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