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