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