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