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