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