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