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