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