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