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