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