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