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