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