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