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