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