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