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