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