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