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