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